Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
3327ed68607e86e489af26305145830bf3f299a6
/
.
/
tools
/
virtio
/
linux
/
build_bug.h
blob: cdbb75e28a604e05368544109033518d1f4ccfbf [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_LINUX_BUILD_BUG_H
#define
_LINUX_BUILD_BUG_H
#define
BUILD_BUG_ON
(
x
)
#endif
/* _LINUX_BUILD_BUG_H */