Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.29 7 lines 118 B view raw
1#ifndef _PARISC_STATFS_H 2#define _PARISC_STATFS_H 3 4#define __statfs_word long 5#include <asm-generic/statfs.h> 6 7#endif