Merge branch 'master' of git://git.denx.de/u-boot-samsung
[oweals/u-boot.git] / board / synopsys / axs10x / 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