summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/amd8111/amd8111.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:17:43 +0200
commitbf4224c723ce4a7ea115c7539447668e05510509 (patch)
tree896b23b953d41c28df949d054d692c7f27d0458a /src/southbridge/amd/amd8111/amd8111.h
parentb0a60e5b212d7f98206a75f07edf0371d7cd9c1f (diff)
downloadcoreboot-bf4224c723ce4a7ea115c7539447668e05510509.tar.xz
southbridge/amd/amd8111: transition away from device_t
Replace the use of the old device_t definition inside southbridge/amd/amd8111. Change-Id: I76cdc32171b7ce819b53c534b3a5e57e9dd5f3dd Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/16473 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/southbridge/amd/amd8111/amd8111.h')
-rw-r--r--src/southbridge/amd/amd8111/amd8111.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/amd/amd8111/amd8111.h b/src/southbridge/amd/amd8111/amd8111.h
index e877f2a13b..10df5906b0 100644
--- a/src/southbridge/amd/amd8111/amd8111.h
+++ b/src/southbridge/amd/amd8111/amd8111.h
@@ -3,7 +3,9 @@
#include "chip.h"
+#ifndef __SIMPLE_DEVICE__
void amd8111_enable(device_t dev);
+#endif
#ifdef __PRE_RAM__
void enable_fid_change_on_sb(unsigned sbbusn, unsigned sbdn);