summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor/lazor/include/sku.h
blob: 76825bbba190f90d83cf99d5a00de3de5b6d37ca (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.
 */

/* Lazor board-specific SKU configuration */

#ifndef __ZEPHYR_LAZOR_SKU_H
#define __ZEPHYR_LAZOR_SKU_H

int board_get_version(void);
int board_is_clamshell(void);
int board_has_da9313(void);
int board_has_ln9310(void);
int board_has_buck_ic(void);

#endif /* __ZEPHYR_LAZOR_SKU_H */