Sign in
gbmc
/
linux
/
01be43f2a0eaeed83e94dee054742f37625c86d9
/
.
/
tools
/
virtio
/
linux
/
build_bug.h
blob: cdbb75e28a604e05368544109033518d1f4ccfbf [
file
]
/* 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 */