summaryrefslogtreecommitdiff
path: root/compiler/luci/service/include/luci/Service/Validate.h
diff options
context:
space:
mode:
authorChunseok Lee <chunseok.lee@samsung.com>2021-08-23 13:25:15 +0900
committerChunseok Lee <chunseok.lee@samsung.com>2021-08-23 13:25:15 +0900
commitf4cf19e579a19c5346ccb2aad55bfd251065e447 (patch)
tree5d436b11f89be0e8a8289ea82b773da6402c1add /compiler/luci/service/include/luci/Service/Validate.h
parent589bb1db6db6784efe21b3fbbfbfdb79aaa5f14e (diff)
downloadnnfw-f4cf19e579a19c5346ccb2aad55bfd251065e447.tar.gz
nnfw-f4cf19e579a19c5346ccb2aad55bfd251065e447.tar.bz2
nnfw-f4cf19e579a19c5346ccb2aad55bfd251065e447.zip
Diffstat (limited to 'compiler/luci/service/include/luci/Service/Validate.h')
-rw-r--r--compiler/luci/service/include/luci/Service/Validate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/luci/service/include/luci/Service/Validate.h b/compiler/luci/service/include/luci/Service/Validate.h
index 456d6e504..c6a2b0e0d 100644
--- a/compiler/luci/service/include/luci/Service/Validate.h
+++ b/compiler/luci/service/include/luci/Service/Validate.h
@@ -37,6 +37,8 @@ bool validate_name(loco::Graph *);
*/
bool validate_unique_name(luci::Module *);
+bool validate(luci::Module *);
+
} // namespace luci
#endif // __LUCI_SERVICE_VALIDATE_H__