mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-06 20:25:44 +00:00
9 lines
155 B
C
9 lines
155 B
C
|
|
#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
|