drivers/nble: Remove not used version_header struct
Change-Id: I72ff7bf785884bf20882af536d9fa2977e70d598 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
805a126059
commit
dfb5c2172b
1 changed files with 0 additions and 12 deletions
|
@ -16,13 +16,6 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
/**
|
|
||||||
* @defgroup infra_version Binary Version Header
|
|
||||||
* Define the content of binary version header
|
|
||||||
* @ingroup infra
|
|
||||||
* @{
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Define the content of a 48-bytes binary version header.
|
* Define the content of a 48-bytes binary version header.
|
||||||
*
|
*
|
||||||
|
@ -88,8 +81,3 @@ struct version_header {
|
||||||
/** Filled with zeros, can be eventually used for 64 bits support */
|
/** Filled with zeros, can be eventually used for 64 bits support */
|
||||||
uint8_t reserved_2[4];
|
uint8_t reserved_2[4];
|
||||||
} __packed;
|
} __packed;
|
||||||
|
|
||||||
/** The global version header struct */
|
|
||||||
extern const struct version_header version_header;
|
|
||||||
|
|
||||||
/** @} */
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue