tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / google / urara / urara_boardid.h
blobe497e5ac0abc568d663a40b24592061234a3b5f5
1 /*
2 * Copyright (C) 2015 Google, Inc.
4 * This software is licensed under the terms of the GNU General Public
5 * License version 2, as published by the Free Software Foundation, and
6 * may be copied, distributed, and modified under those terms.
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
14 #ifndef __MAINBOARD_GOOGLE_URARA_URARA_BOARDID_H__
15 #define __MAINBOARD_GOOGLE_URARA_URARA_BOARDID_H__
18 * List of URARA derivatives board ID defintions. They are stored in uint8_t
19 * across the code, using #defines here not to imply any specific size.
21 #define URARA_BOARD_ID_BUB 0
22 #define URARA_BOARD_ID_BURANKU 1
23 #define URARA_BOARD_ID_DERWENT 2
24 #define URARA_BOARD_ID_JAGUAR 3
25 #define URARA_BOARD_ID_KENNET 4
26 #define URARA_BOARD_ID_SPACE 5
28 #endif