repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
usr
/
dummy-include
/
stdbool.h
blob
54ff9e9c90acad302629eaf460e3cf42c81c5aa8
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
#ifndef _STDBOOL_H
3
#define _STDBOOL_H
4
5
#error
"Please do not include <stdbool.h> from exported headers"
6
7
#endif
/* _STDBOOL_H */