projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
dm: core: Introduce dev_read_alias_highest_id()
[oweals/u-boot.git]
/
drivers
/
board
/
gazerbeam.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* (C) Copyright 2017
4
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
5
*
6
*/
7
8
enum {
9
BOARD_MULTICHANNEL,
10
BOARD_VARIANT,
11
BOARD_HWVERSION,
12
};
13
14
enum {
15
VAR_CON,
16
VAR_CPU,
17
};