mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-02 10:43:57 +08:00
9 lines
183 B
C
9 lines
183 B
C
|
#ifndef __ASM_RCAR_GEN2_H__
|
||
|
#define __ASM_RCAR_GEN2_H__
|
||
|
|
||
|
void rcar_gen2_timer_init(void);
|
||
|
#define MD(nr) BIT(nr)
|
||
|
u32 rcar_gen2_read_mode_pins(void);
|
||
|
|
||
|
#endif /* __ASM_RCAR_GEN2_H__ */
|