summaryrefslogtreecommitdiff
path: root/board/toradex/common/configblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/toradex/common/configblock.h')
-rw-r--r--board/toradex/common/configblock.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/toradex/common/configblock.h b/board/toradex/common/configblock.h
new file mode 100644
index 0000000000..5b204812b5
--- /dev/null
+++ b/board/toradex/common/configblock.h
@@ -0,0 +1,9 @@
+/*
+ * Copyright (c) 2011-2014 Toradex, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifdef CONFIG_TRDX_CFG_BLOCK
+int read_trdx_cfg_block(void);
+#endif