blob: 2c8efcddd8e9592235ab9f31fa4c75a17c76e33e [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#include <boardid.h>
/* board_id is provided by ec/google/chromeec/ec_boardid.c */
uint32_t sku_id(void)
{
return 0;
}
uint32_t ram_code(void)
{
return 0;
}