mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-21 06:35:53 +00:00
12 lines
205 B
C
12 lines
205 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (C) 2017 Armadeus Systems
|
|
*/
|
|
|
|
#ifndef __ARCH_ARM_MX6UL_OPOS6UL_H__
|
|
#define __ARCH_ARM_MX6UL_OPOS6UL_H__
|
|
|
|
int opos6ul_board_late_init(void);
|
|
|
|
#endif
|