summaryrefslogtreecommitdiff
path: root/board/synopsys/axs10x/axs10x.h
blob: 69541cc578642fcc91485ec075cdb2c2bdb55bda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (C) 2015 Synopsys, Inc. All rights reserved.
 */

#ifndef _BOARD_SYNOPSYS_AXS10X_H
#define _BOARD_SYNOPSYS_AXS10X_H

enum {
	AXS_MB_V2,
	AXS_MB_V3
};

#endif /* _BOARD_SYNOPSYS_AXS10X_H */