mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-29 21:14:56 +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 */
|