mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
include: extension_board: Document the extension structure
Add documentation to describe the extension structure. Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com>
This commit is contained in:
parent
06199ca751
commit
79cd6e78ff
@ -9,6 +9,15 @@
|
||||
|
||||
#include <linux/list.h>
|
||||
|
||||
/**
|
||||
* extension - Description fields of an extension board
|
||||
* @list: List head
|
||||
* @name: Name of the extension
|
||||
* @owner: Owner of the extension
|
||||
* @version: Version of the extension
|
||||
* @overlay: Devicetree overlay name to be loaded for this extension
|
||||
* @other: Other information of this extension
|
||||
*/
|
||||
struct extension {
|
||||
struct list_head list;
|
||||
char name[32];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user