Sign in
nest-open-source
/
manifest_repos
/
kernel
/
79ac3b0b82cd6bbe048699aa9e3f0dd642723f74
/
.
/
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 */