summaryrefslogtreecommitdiff
path: root/include/cbi_eeprom.h
blob: 88b54465e840380138900fcad32c683a3408a90d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright 2021 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 *
 * Cros Board Info EEPROM
 */
#ifndef __CROS_EC_CBI_EEPROM_H
#define __CROS_EC_CBI_EEPROM_H

#include "cros_board_info.h"

extern const struct cbi_storage_config_t cbi_config;

#endif /* __CROS_EC_CBI_EEPROM_H */