diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-11-25 15:25:52 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-11-25 15:25:52 +0000 |
commit | 444bc4b1c8932ea66531ed05880cf06654deaa62 (patch) | |
tree | 8b5302c977fce4d6f7e7bfa4329b4b5207db85be /src/mainboard/agami/aruma/chip.h | |
parent | d5795f3d5c6b946639f2f3b0fc6788a8e4ec85fc (diff) | |
download | coreboot-444bc4b1c8932ea66531ed05880cf06654deaa62.tar.xz |
island -> agami 2/3
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2104 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/agami/aruma/chip.h')
-rw-r--r-- | src/mainboard/agami/aruma/chip.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/agami/aruma/chip.h b/src/mainboard/agami/aruma/chip.h new file mode 100644 index 0000000000..ec3254c28b --- /dev/null +++ b/src/mainboard/agami/aruma/chip.h @@ -0,0 +1,5 @@ +extern struct chip_operations mainboard_agami_aruma_ops; + +struct mainboard_agami_aruma_config { + int nothing; +}; |