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