summaryrefslogtreecommitdiff
path: root/apps/exec_nuttapp_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/exec_nuttapp_proto.h')
-rw-r--r--apps/exec_nuttapp_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/exec_nuttapp_proto.h b/apps/exec_nuttapp_proto.h
new file mode 100644
index 000000000..2c9c65ec9
--- /dev/null
+++ b/apps/exec_nuttapp_proto.h
@@ -0,0 +1,2 @@
+/* List of application entry points, generated during make depend. */
+EXTERN int hello_main(int argc, char *argv[]);