aboutsummaryrefslogtreecommitdiffstats
path: root/usr/dummy-include/stdbool.h
blob: 54ff9e9c90acad302629eaf460e3cf42c81c5aa8 (plain) (blame)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _STDBOOL_H
#define _STDBOOL_H

#error "Please do not include <stdbool.h> from exported headers"

#endif /* _STDBOOL_H */