/* Prepare the table for processing, by turning all newlines * into NULL bytes.
*/ void planetcore_prepare_table(char *table);
/* Return the value associated with a given key in text, * decimal, or hex format. * * Returns zero/NULL on failure, non-zero on success.
*/ constchar *planetcore_get_key(constchar *table, constchar *key); int planetcore_get_decimal(constchar *table, constchar *key, u64 *val); int planetcore_get_hex(constchar *table, constchar *key, u64 *val);
/* Updates the device tree local-mac-address properties based * on the EA tag.
*/ void planetcore_set_mac_addrs(constchar *table);
/* Sets the linux,stdout-path in the /chosen node. This requires the * linux,planetcore-label property in each serial node.
*/ void planetcore_set_stdout_path(constchar *table);
#endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.