diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-02-02 15:03:37 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-02-02 15:03:37 +0000 |
commit | fc4dda703b3e7a4ce02b95ba53aa511fe43d2239 (patch) | |
tree | 127da9afd4b68e5b244106d47dd700b3c1c3ef36 /src/mainboard/island/aruma/chip.h | |
parent | 4d909049bc036bcbba6637b7ae5c65abf165fb09 (diff) |
new port: island aruma
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1905 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/island/aruma/chip.h')
-rw-r--r-- | src/mainboard/island/aruma/chip.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/island/aruma/chip.h b/src/mainboard/island/aruma/chip.h new file mode 100644 index 0000000000..16e911672d --- /dev/null +++ b/src/mainboard/island/aruma/chip.h @@ -0,0 +1,5 @@ +extern struct chip_operations mainboard_island_aruma_ops; + +struct mainboard_island_aruma_config { + int nothing; +}; |