diff options
author | Eric Biederman <ebiederm@xmission.com> | 2004-10-16 08:45:29 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2004-10-16 08:45:29 +0000 |
commit | 92986807bb589e2b98470155c580828bb1a2838b (patch) | |
tree | 0e52c372fbeab9f214c26fc2e6b9c4bfc338fcdc /src/southbridge/amd | |
parent | f3ed1cfad748bf5610d315afba7ec04d6338bd9b (diff) | |
download | coreboot-92986807bb589e2b98470155c580828bb1a2838b.tar.xz |
- Cleanup the bugfix in elfboot.c
- Add forgotten amd8111 chip.h
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1683 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/amd8111/chip.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/southbridge/amd/amd8111/chip.h b/src/southbridge/amd/amd8111/chip.h new file mode 100644 index 0000000000..d100e98060 --- /dev/null +++ b/src/southbridge/amd/amd8111/chip.h @@ -0,0 +1,10 @@ +#ifndef AMD8111_CHIP_H +#define AMD8111_CHIP_H + +struct southbridge_amd_amd8111_config +{ +}; +struct chip_operations; +extern struct chip_operations southbridge_amd_amd8111_ops; + +#endif /* AMD8111_CHIP_H */ |