]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/lx-dad.git/blobdiff - sw/app/lx_dad/log_domains.inc
Prepare build-able skeleton for LX_DAD application.
[fpga/lx-cpu1/lx-dad.git] / sw / app / lx_dad / log_domains.inc
diff --git a/sw/app/lx_dad/log_domains.inc b/sw/app/lx_dad/log_domains.inc
new file mode 100644 (file)
index 0000000..29ab5e4
--- /dev/null
@@ -0,0 +1,10 @@
+/*
+ * This is generated file, do not edit it directly.
+ * Take it from standard output of "ul_log_domains"
+ * script called in the top level project directory
+ */
+ul_log_domain_t ulogd_dad      = {UL_LOGL_DEF, "dad"};
+
+ul_log_domain_t *const ul_log_domains_array[] = {
+  &ulogd_dad,
+};