xref: /rk3399_rockchip-uboot/board/synopsys/axs10x/axs10x.h (revision b2dae9bd9403401d39334379a6dcd91daa8a92d8)
1 /*
2  * Copyright (C) 2015 Synopsys, Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef _BOARD_SYNOPSYS_AXS10X_H
8 #define _BOARD_SYNOPSYS_AXS10X_H
9 
10 enum {
11 	AXS_MB_V2,
12 	AXS_MB_V3
13 };
14 
15 #endif /* _BOARD_SYNOPSYS_AXS10X_H */
16 
17