summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/sta/action/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/eoc/sta/action/action.h')
-rw-r--r--cesar/cp/eoc/sta/action/action.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/cesar/cp/eoc/sta/action/action.h b/cesar/cp/eoc/sta/action/action.h
new file mode 100644
index 0000000000..ae90ccb28f
--- /dev/null
+++ b/cesar/cp/eoc/sta/action/action.h
@@ -0,0 +1,22 @@
+#ifndef cp_eoc_sta_action_action_h
+#define cp_eoc_sta_action_action_h
+/* Cesar project {{{
+ *
+ * Copyright (C) 2009 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file cp/eoc/sta/action/action.h
+ * \brief EoC STA public functions.
+ * \ingroup cp_eoc_sta_action
+ *
+ */
+#include "cp/sta/action/action.h"
+
+#include "cp/eoc/sta/action/assoc_slave.h"
+#include "cp/eoc/sta/action/drv.h"
+#include "cp/eoc/sta/action/vs.h"
+
+#endif /* cp_eoc_sta_action_action_h */