mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
16 lines
280 B
C
16 lines
280 B
C
|
/*
|
||
|
* Copyright (C) 2017 Grinn
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __ARCH_ARM_MACH_CHILISOM_SOM_H__
|
||
|
#define __ARCH_ARM_MACH_CHILISOM_SOM_H__
|
||
|
|
||
|
#ifndef CONFIG_SKIP_LOWLEVEL_INIT
|
||
|
void chilisom_enable_pin_mux(void);
|
||
|
void chilisom_spl_board_init(void);
|
||
|
#endif
|
||
|
|
||
|
#endif
|