nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
hwid.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _HWID_H_
8#define _HWID_H_
9
10#define HWID_LEN 8
11
12void hwid_get(uint8_t *buf, size_t buf_size);
13
14#endif /* _HWID_H_ */
void hwid_get(uint8_t *buf, size_t buf_size)