aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/sis/sis966/sis966.h
diff options
context:
space:
mode:
authorAntonello Dettori <dev@dettori.io>2016-09-03 10:45:33 +0200
committerMartin Roth <martinroth@google.com>2016-09-13 17:19:49 +0200
commit1a9da7acf697929392d044f49bad55df25e05ef6 (patch)
treec61656972c98c61efb3d21bd7b525b3426075dd0 /src/southbridge/sis/sis966/sis966.h
parent8126daf6f36c2c99edd3f39fa003a53f8fa0d63f (diff)
southbridge/sis/sis966: transition away from device_t
Replace the use of the old device_t definition inside southbridge/sis/sis966. Change-Id: I9e731fedc6f21eaa2685f794ea2172eb4800628b Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/16488 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/southbridge/sis/sis966/sis966.h')
-rw-r--r--src/southbridge/sis/sis966/sis966.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/sis/sis966/sis966.h b/src/southbridge/sis/sis966/sis966.h
index 31af00297f..61bf0eebdd 100644
--- a/src/southbridge/sis/sis966/sis966.h
+++ b/src/southbridge/sis/sis966/sis966.h
@@ -31,6 +31,8 @@
#define DEBUG_USB 0
#define DEBUG_USB2 0
+#ifndef __SIMPLE_DEVICE__
void sis966_enable(device_t dev);
+#endif
#endif /* SIS966_H */