mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
qi-add-append_device_specific_cmdline-API.patch
Add a board API callback that allows a device-specific commandline area to be created at the time the kernel commandline is being composed. Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
@@ -102,6 +102,7 @@ struct board_api {
|
||||
void (*early_port_init)(void);
|
||||
void (*port_init)(void);
|
||||
void (*post_serial_init)(void); /* print device-specific things */
|
||||
char * (*append_device_specific_cmdline)(char *);
|
||||
void (*putc)(char);
|
||||
void (*close)(void);
|
||||
u8 (*get_ui_keys)(void);
|
||||
|
||||
Reference in New Issue
Block a user