2013-11-08 11:18:49 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2013 Imagination Technologies
|
|
|
|
* Author: Paul Burton <paul.burton@imgtec.com>
|
|
|
|
*
|
|
|
|
* Setup code for the FDC37M817 super I/O controller
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __BOARD_MALTA_SUPERIO_H__
|
|
|
|
#define __BOARD_MALTA_SUPERIO_H__
|
|
|
|
|
2016-01-29 13:54:54 +00:00
|
|
|
void malta_superio_init(void);
|
2013-11-08 11:18:49 +00:00
|
|
|
|
|
|
|
#endif /* __BOARD_MALTA_SUPERIO_H__ */
|