aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/roadrunner-lx/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lippert/roadrunner-lx/chip.h')
-rw-r--r--src/mainboard/lippert/roadrunner-lx/chip.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mainboard/lippert/roadrunner-lx/chip.h b/src/mainboard/lippert/roadrunner-lx/chip.h
index b201059400..398d42405e 100644
--- a/src/mainboard/lippert/roadrunner-lx/chip.h
+++ b/src/mainboard/lippert/roadrunner-lx/chip.h
@@ -18,13 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/* Based on chip.h from AMD's DB800 mainboard. */
-
-#include <stdint.h>
-
extern struct chip_operations mainboard_ops;
-struct mainboard_config {
- /* bit5 = Live LED, bit2 = RS485_EN2, bit1 = RS485_EN1 */
- u8 sio_gp1x_config;
-};
+struct mainboard_config {};