]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/synopsys/axs101/axs10x.h
board: axs10x - support v3 mother-board
[people/ms/u-boot.git] / board / synopsys / axs101 / axs10x.h
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