diff options
Diffstat (limited to 'include/asm-sh/local.h')
-rw-r--r-- | include/asm-sh/local.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-sh/local.h b/include/asm-sh/local.h new file mode 100644 index 0000000..9ed9b9c --- /dev/null +++ b/include/asm-sh/local.h @@ -0,0 +1,7 @@ +#ifndef __ASM_SH_LOCAL_H +#define __ASM_SH_LOCAL_H + +#include <asm-generic/local.h> + +#endif /* __ASM_SH_LOCAL_H */ + |