aboutsummaryrefslogtreecommitdiff
path: root/include/sg_lib_names.h
blob: df997edd922672549d6da5f713fccaab3c4f9e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef SG_LIB_NAMES_H
#define SG_LIB_NAMES_H

/*
 * Copyright (c) 2022 Douglas Gilbert.
 * All rights reserved.
 * Use of this source code is governed by a BSD-style
 * license that can be found in the BSD_LICENSE file.
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#include <stdint.h>

#include "sg_lib_data.h"

#ifdef __cplusplus
extern "C" {
#endif

extern struct sg_lib_simple_value_name_t sg_lib_names_mode_arr[];
extern struct sg_lib_simple_value_name_t sg_lib_names_vpd_arr[];

extern const size_t sg_lib_names_mode_len;
extern const size_t sg_lib_names_vpd_len;

#ifdef __cplusplus
}
#endif

#endif  /* end of SG_LIB_NAMES */