mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
9 lines
213 B
C
9 lines
213 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);
|
|
void rcar_gen2_reserve(void);
|
|
|
|
#endif /* __ASM_RCAR_GEN2_H__ */
|