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