mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-29 11:48:05 +02:00
8 lines
90 B
C
8 lines
90 B
C
|
|
|
|
#ifndef _STDBOOL_H
|
|
#define _STDBOOL_H
|
|
#include <linux/stddef.h>
|
|
|
|
#endif /* stdbool.h */
|