mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 04:56:57 +07: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
|