summaryrefslogtreecommitdiff
path: root/utils/regtools/lib/soc_desc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/regtools/lib/soc_desc.hpp')
-rw-r--r--utils/regtools/lib/soc_desc.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/regtools/lib/soc_desc.hpp b/utils/regtools/lib/soc_desc.hpp
index d1a1f0cb50..0324a90fad 100644
--- a/utils/regtools/lib/soc_desc.hpp
+++ b/utils/regtools/lib/soc_desc.hpp
@@ -143,6 +143,6 @@ struct soc_t
143 143
144/** Parse a SoC description from a XML file, append it to <soc>. A file 144/** Parse a SoC description from a XML file, append it to <soc>. A file
145 * can contain multiple SoC descriptions */ 145 * can contain multiple SoC descriptions */
146bool soc_desc_parse_xml(const std::string& filename, std::list< soc_t >& soc); 146bool soc_desc_parse_xml(const std::string& filename, std::vector< soc_t >& soc);
147 147
148#endif /* __SOC_DESC__ */ \ No newline at end of file 148#endif /* __SOC_DESC__ */ \ No newline at end of file