diff options
author | Tom Rini <trini@konsulko.com> | 2015-04-10 12:39:13 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-10 12:39:13 -0400 |
commit | c175f306b3f8885965f63ff6c71df5c0f899b4c9 (patch) | |
tree | 99a0fc3ea90f7da2db7363d499e02d94912f61d5 /board/synopsys/axs101/axs10x.h | |
parent | a7b00a7bf6d92648827d94f4f1dcdb0b5336fe0e (diff) | |
parent | a811492e4f386f79b122b210ac8e66915c27f767 (diff) |
Merge git://git.denx.de/u-boot-arc
Diffstat (limited to 'board/synopsys/axs101/axs10x.h')
-rw-r--r-- | board/synopsys/axs101/axs10x.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/board/synopsys/axs101/axs10x.h b/board/synopsys/axs101/axs10x.h new file mode 100644 index 0000000000..8e8c41f865 --- /dev/null +++ b/board/synopsys/axs101/axs10x.h @@ -0,0 +1,16 @@ +/* + * Copyright (C) 2015 Synopsys, Inc. All rights reserved. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef _BOARD_SYNOPSYS_AXS10X_H +#define _BOARD_SYNOPSYS_AXS10X_H + +enum { + AXS_MB_V2, + AXS_MB_V3 +}; + +#endif /* _BOARD_SYNOPSYS_AXS10X_H */ + |