1
0
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:
Andy Green
2009-02-03 18:06:38 +00:00
committed by Andy Green
parent 72ecb60392
commit a5f8c6f2f8
2 changed files with 16 additions and 4 deletions

View File

@@ -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);