diff options
Diffstat (limited to 'include/asm-v850/local.h')
-rw-r--r-- | include/asm-v850/local.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-v850/local.h b/include/asm-v850/local.h new file mode 100644 index 000000000000..705148abe276 --- /dev/null +++ b/include/asm-v850/local.h @@ -0,0 +1,6 @@ +#ifndef __V850_LOCAL_H__ +#define __V850_LOCAL_H__ + +#include <asm-generic/local.h> + +#endif /* __V850_LOCAL_H__ */ |