From 92986807bb589e2b98470155c580828bb1a2838b Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Sat, 16 Oct 2004 08:45:29 +0000 Subject: - 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 --- src/southbridge/amd/amd8111/chip.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/southbridge/amd/amd8111/chip.h (limited to 'src/southbridge/amd/amd8111') 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 */ -- cgit v1.2.3