mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-11 17:15:03 +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
119 B
C
7 lines
119 B
C
#ifndef _H8300_RESOURCE_H
|
|
#define _H8300_RESOURCE_H
|
|
|
|
#include <asm-generic/resource.h>
|
|
|
|
#endif /* _H8300_RESOURCE_H */
|