fdr: move fdrSize into namespace ue2 (build only)

This commit is contained in:
Justin Viiret
2016-04-27 15:50:16 +10:00
committed by Matthew Barr
parent 9fa11b48b0
commit 353f0b4da2
5 changed files with 11 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, Intel Corporation
* Copyright (c) 2015-2016, Intel Corporation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -61,6 +61,9 @@ fdrBuildTableHinted(const std::vector<hwlmLiteral> &lits, bool make_small,
#endif
/** \brief Returns size in bytes of the given FDR engine. */
size_t fdrSize(const struct FDR *fdr);
} // namespace ue2
#endif