summaryrefslogtreecommitdiffstats
path: root/mgmtd/mgmt_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'mgmtd/mgmt_memory.h')
-rw-r--r--mgmtd/mgmt_memory.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/mgmtd/mgmt_memory.h b/mgmtd/mgmt_memory.h
new file mode 100644
index 000000000..5522c6324
--- /dev/null
+++ b/mgmtd/mgmt_memory.h
@@ -0,0 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ * mgmt memory type declarations
+ *
+ * Copyright (C) 2021 Vmware, Inc.
+ * Pushpasis Sarkar <spushpasis@vmware.com>
+ */
+
+#ifndef _FRR_MGMTD_MEMORY_H
+#define _FRR_MGMTD_MEMORY_H
+
+#include "memory.h"
+
+DECLARE_MGROUP(MGMTD);
+DECLARE_MTYPE(MGMTD);
+#endif /* _FRR_MGMTD_MEMORY_H */