doc: reference: Add hwinfo API

Add the hwinfo API to the reference documentation.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2020-03-17 15:00:25 +01:00 committed by Carles Cufí
commit 46f108519d
3 changed files with 31 additions and 6 deletions

View file

@ -13,6 +13,13 @@
#ifndef ZEPHYR_INCLUDE_DRIVERS_HWINFO_H_
#define ZEPHYR_INCLUDE_DRIVERS_HWINFO_H_
/**
* @brief Hardware Information Interface
* @defgroup hwinfo_interface Hardware Info Interface
* @ingroup io_interfaces
* @{
*/
#include <zephyr/types.h>
#include <sys/types.h>
#include <stddef.h>
@ -23,12 +30,6 @@
extern "C" {
#endif
/**
* @brief Device ID
* @{
*/
/**
* @brief Copy the device id to a buffer
*