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