mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 10:01:56 +00:00
c20b4dd318
As PControl G20 is a carrier board for the Stamp9G20 SoM, some code can be shared. Therefore board-stamp9g20.c is refactored to allow reusing the SoM initialization and board-pcontrol-g20.c is modified to use it. Signed-off-by: Christian Glindkamp <christian.glindkamp@taskit.de> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
8 lines
125 B
C
8 lines
125 B
C
#ifndef __MACH_STAMP9G20_H
|
|
#define __MACH_STAMP9G20_H
|
|
|
|
void stamp9g20_map_io(void);
|
|
void stamp9g20_board_init(void);
|
|
|
|
#endif
|