coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sku.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __MAINBOARD_SKU_H__
4 #define __MAINBOARD_SKU_H__
5 
6 enum {
11 };
12 
13 #endif /* __MAINBOARD_SKU_H__ */
@ SKU_21_DRAGONAIR
Definition: sku.h:7
@ SKU_24_DRAGONAIR
Definition: sku.h:10
@ SKU_23_DRAGONAIR
Definition: sku.h:9
@ SKU_22_DRAGONAIR
Definition: sku.h:8