aboutsummaryrefslogtreecommitdiff
path: root/board/synopsys/axs10x/axs10x.h
blob: db5f0628747bde1396f19c3963e77035d6219890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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 */