aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/hatch/mainboard.c')
-rw-r--r--src/mainboard/google/hatch/mainboard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/hatch/mainboard.c b/src/mainboard/google/hatch/mainboard.c
index eb77a0030b..4d5e8ed5f8 100644
--- a/src/mainboard/google/hatch/mainboard.c
+++ b/src/mainboard/google/hatch/mainboard.c
@@ -13,6 +13,7 @@
* GNU General Public License for more details.
*/
+#include <baseboard/variants.h>
#include <boardid.h>
#include <console/console.h>
#include <ec/google/chromeec/ec.h>
@@ -23,7 +24,7 @@
#define SKU_UNKNOWN 0xFFFFFFFF
#define SKU_MAX 255
-static uint32_t get_board_sku(void)
+uint32_t get_board_sku(void)
{
static uint32_t sku_id = SKU_UNKNOWN;