Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Paul Burton | a257f62 | 2013-11-08 11:18:49 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2013 Imagination Technologies |
Paul Burton | c5bf161 | 2017-10-30 16:58:21 -0700 | [diff] [blame] | 4 | * Author: Paul Burton <paul.burton@mips.com> |
Paul Burton | a257f62 | 2013-11-08 11:18:49 +0000 | [diff] [blame] | 5 | * |
| 6 | * Setup code for the FDC37M817 super I/O controller |
Paul Burton | a257f62 | 2013-11-08 11:18:49 +0000 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef __BOARD_MALTA_SUPERIO_H__ |
| 10 | #define __BOARD_MALTA_SUPERIO_H__ |
| 11 | |
Paul Burton | 91ec615 | 2016-01-29 13:54:54 +0000 | [diff] [blame] | 12 | void malta_superio_init(void); |
Paul Burton | a257f62 | 2013-11-08 11:18:49 +0000 | [diff] [blame] | 13 | |
| 14 | #endif /* __BOARD_MALTA_SUPERIO_H__ */ |