summaryrefslogtreecommitdiff
path: root/ao-tools/lib/ao-editaltos.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-07-15 22:55:20 -0700
committerKeith Packard <keithp@keithp.com>2014-07-15 22:55:20 -0700
commit3cf030fffffd223c3717011e03aac82346295d71 (patch)
treeb6da4fbb1180b75bedb86ce608503a6c0aeb47f3 /ao-tools/lib/ao-editaltos.c
parent607fbb01710be1cb263625337f5be3d0fb48d5e7 (diff)
parent9ab3a1de95b705783c31a7e16447f52c10b6b480 (diff)
Merge tag '1.4' into fox
tagging 1.4 release Conflicts: src/Makefile
Diffstat (limited to 'ao-tools/lib/ao-editaltos.c')
-rw-r--r--ao-tools/lib/ao-editaltos.c26
1 files changed, 20 insertions, 6 deletions
diff --git a/ao-tools/lib/ao-editaltos.c b/ao-tools/lib/ao-editaltos.c
index a8b64098..7547c82c 100644
--- a/ao-tools/lib/ao-editaltos.c
+++ b/ao-tools/lib/ao-editaltos.c
@@ -20,12 +20,26 @@
#include "ao-editaltos.h"
struct ao_sym ao_symbols[] = {
-
- { 0, 0, "ao_romconfig_version", 1 },
- { 0, 0, "ao_romconfig_check", 1 },
- { 0, 0, "ao_serial_number", 1 },
- { 0, 0, "ao_radio_cal", 0 },
- { 0, 0, "ao_usb_descriptors", 0 },
+ {
+ .name = "ao_romconfig_version",
+ .required = 1
+ },
+ {
+ .name = "ao_romconfig_check",
+ .required = 1
+ },
+ {
+ .name = "ao_serial_number",
+ .required = 1
+ },
+ {
+ .name = "ao_radio_cal",
+ .required = 0
+ },
+ {
+ .name = "ao_usb_descriptors",
+ .required = 0
+ },
};
#define NUM_SYMBOLS 5