summaryrefslogtreecommitdiff
path: root/chip/g/factory_config.h
blob: 26345c1eb993836ff03f8dd25e1068135e2867d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright 2023 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __EC_CHIP_G_FACTORY_CONFIG_H
#define __EC_CHIP_G_FACTORY_CONFIG_H

#include "board_space.h"
/**
 * Print the factory config value.
 */
void print_factory_config(void);

#endif  /* ! __EC_CHIP_G_FACTORY_CONFIG_H */