mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Plus some small trivial reformatting of comments in stage0_i586.S Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@146 f3766cd6-281f-0410-b1cd-43a5c92072e9
5 lines
127 B
C
5 lines
127 B
C
extern struct chip_operations mainboard_emulation_qemu_x86_ops;
|
|
|
|
struct mainboard_emulation_qemu_x86_config {
|
|
int nothing;
|
|
};
|