mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-19 05:04:27 +00:00
8 lines
118 B
C
8 lines
118 B
C
#ifndef _PARISC_STATFS_H
|
|
#define _PARISC_STATFS_H
|
|
|
|
#define __statfs_word long
|
|
#include <asm-generic/statfs.h>
|
|
|
|
#endif
|