mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
7 lines
86 B
C
7 lines
86 B
C
|
#ifndef _EFIKA_H
|
||
|
#define _EFIKA_H
|
||
|
|
||
|
void __init efika_board_common_init(void);
|
||
|
|
||
|
#endif
|