diff options
Diffstat (limited to 'include/asm-um/bug.h')
-rw-r--r-- | include/asm-um/bug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-um/bug.h b/include/asm-um/bug.h new file mode 100644 index 0000000..1e22fa2 --- /dev/null +++ b/include/asm-um/bug.h @@ -0,0 +1,4 @@ +#ifndef __UM_BUG_H +#define __UM_BUG_H +#include <asm-generic/bug.h> +#endif |