summaryrefslogtreecommitdiff
path: root/src/database/kernels/xdot/xdot.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/kernels/xdot/xdot.hpp')
-rw-r--r--src/database/kernels/xdot/xdot.hpp18
1 files changed, 13 insertions, 5 deletions
diff --git a/src/database/kernels/xdot/xdot.hpp b/src/database/kernels/xdot/xdot.hpp
index 5d54cdc9..ac3a3bcf 100644
--- a/src/database/kernels/xdot/xdot.hpp
+++ b/src/database/kernels/xdot/xdot.hpp
@@ -7,8 +7,16 @@
//
// =================================================================================================
-#include "database/kernels/xdot/xdot_16.hpp"
-#include "database/kernels/xdot/xdot_32.hpp"
-#include "database/kernels/xdot/xdot_3232.hpp"
-#include "database/kernels/xdot/xdot_64.hpp"
-#include "database/kernels/xdot/xdot_6464.hpp"
+#include "database/database_structure.hpp"
+
+namespace clblast {
+namespace database {
+
+extern const DatabaseEntry XdotHalf;
+extern const DatabaseEntry XdotSingle;
+extern const DatabaseEntry XdotComplexSingle;
+extern const DatabaseEntry XdotDouble;
+extern const DatabaseEntry XdotComplexDouble;
+
+} // namespace database
+} // namespace clblast