summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx/northbridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd/lx/northbridge.h')
-rw-r--r--src/northbridge/amd/lx/northbridge.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/northbridge/amd/lx/northbridge.h b/src/northbridge/amd/lx/northbridge.h
new file mode 100644
index 0000000000..391fbf3177
--- /dev/null
+++ b/src/northbridge/amd/lx/northbridge.h
@@ -0,0 +1,6 @@
+#ifndef NORTHBRIDGE_AMD_LX_H
+#define NORTHBRIDGE_AMD_LX_H
+
+extern unsigned int lx_scan_root_bus(device_t root, unsigned int max);
+
+#endif /* NORTHBRIDGE_AMD_LX_H */