summaryrefslogtreecommitdiff
path: root/zephyr/program/intelrvp/include/intel_rvp_board_id.h
blob: 7825b272e324fc93dc4469a08cfa07efa66d5835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright 2022 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __INTEL_RVP_BOARD_ID_H
#define __INTEL_RVP_BOARD_ID_H

#include <zephyr/drivers/gpio.h>

extern const struct gpio_dt_spec bom_id_config[];

extern const struct gpio_dt_spec fab_id_config[];

extern const struct gpio_dt_spec board_id_config[];

#endif /* __INTEL_RVP_BOARD_ID_H */