Chin Liang See | 70fa4e7 | 2013-09-11 11:24:48 -0500 | [diff] [blame] | 1 | /* |
2 | * Copyright (C) 2013 Altera Corporation <www.altera.com> | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: GPL-2.0+ | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef _SYSTEM_MANAGER_H_ | ||||
8 | #define _SYSTEM_MANAGER_H_ | ||||
9 | |||||
10 | #ifndef __ASSEMBLY__ | ||||
11 | |||||
12 | void sysmgr_pinmux_init(void); | ||||
13 | |||||
14 | /* declaration for handoff table type */ | ||||
15 | extern unsigned long sys_mgr_init_table[CONFIG_HPS_PINMUX_NUM]; | ||||
16 | |||||
17 | #endif | ||||
18 | |||||
19 | |||||
20 | #define CONFIG_SYSMGR_PINMUXGRP_OFFSET (0x400) | ||||
21 | |||||
22 | #endif /* _SYSTEM_MANAGER_H_ */ |