mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-17 06:17:35 +00:00
9 lines
174 B
C
9 lines
174 B
C
|
#ifndef __ASM_SH_SH2000_SH2000_H
|
||
|
#define __ASM_SH_SH2000_SH2000_H
|
||
|
|
||
|
/* arch/sh/boards/sh2000/setup.c */
|
||
|
extern int setup_sh2000(void);
|
||
|
|
||
|
#endif /* __ASM_SH_SH2000_SH2000_H */
|
||
|
|