Files
thead-kernel/arch/riscv/kernel/soft_vector/softfloat/stdbool.h
2022-09-13 11:05:52 +08:00

8 lines
90 B
C

#ifndef _STDBOOL_H
#define _STDBOOL_H
#include <linux/stddef.h>
#endif /* stdbool.h */