mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
same format for all CHIP_NAME() entries in LinuxBIOS (Closes #20). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@linuxbios.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2490 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
7 lines
141 B
C
7 lines
141 B
C
#include <device/device.h>
|
|
#include "chip.h"
|
|
|
|
struct chip_operations mainboard_bitworks_ims_ops = {
|
|
CHIP_NAME("Bitworks IMS Mainboard")
|
|
};
|
|
|