gfdt_add_prop_strings()

Add a property with a list of string values (ARM)

Synopsis:

#include <qvm/firmware.h>
void gfdt_add_prop_strings(int node,
                           const char *propname,
                           ...)

Arguments:

node
The offset of the FDT node where the property is being set.
propname
A pointer to the name of the property being set.
...
A NULL-terminated list of fixed strings.

Description:

If the property isn't already present and set to a list of string values, this function sets it to the given list of string values in the specified FDT node.

Page updated: