doc: Update the zynq u-boot status
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-socfpga / system_manager.h
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_ */