Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
cf1096a1c8e1905df5e69949153c2598060457f0
/
.
/
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 */