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