diff options
Diffstat (limited to 'include/asm-arm26/statfs.h')
-rw-r--r-- | include/asm-arm26/statfs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-arm26/statfs.h b/include/asm-arm26/statfs.h new file mode 100644 index 0000000..776dbc8 --- /dev/null +++ b/include/asm-arm26/statfs.h @@ -0,0 +1,8 @@ +#ifndef _ASMARM_STATFS_H +#define _ASMARM_STATFS_H + +//FIXME - this may not be appropriate for arm26. check it out. + +#include <asm-generic/statfs.h> + +#endif |