mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-11 15:05:49 +00:00
Done as a script (well, a single "git mv" actually) on request from Yoshinori Sato as a way to avoid a huge diff. Requested-by: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
7 lines
111 B
C
7 lines
111 B
C
#ifndef _H8300_STATFS_H
|
|
#define _H8300_STATFS_H
|
|
|
|
#include <asm-generic/statfs.h>
|
|
|
|
#endif /* _H8300_STATFS_H */
|