aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/imgtec/malta/superio.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/imgtec/malta/superio.h')
-rw-r--r--roms/u-boot/board/imgtec/malta/superio.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/board/imgtec/malta/superio.h b/roms/u-boot/board/imgtec/malta/superio.h
new file mode 100644
index 000000000..11e9cef97
--- /dev/null
+++ b/roms/u-boot/board/imgtec/malta/superio.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (C) 2013 Imagination Technologies
+ * Author: Paul Burton <paul.burton@mips.com>
+ *
+ * Setup code for the FDC37M817 super I/O controller
+ */
+
+#ifndef __BOARD_MALTA_SUPERIO_H__
+#define __BOARD_MALTA_SUPERIO_H__
+
+void malta_superio_init(void);
+
+#endif /* __BOARD_MALTA_SUPERIO_H__ */