summaryrefslogtreecommitdiff
path: root/tools/trace/tcreator/template.h
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-11-23 19:35:46 +0100
committerNélio Laranjeiro2008-11-23 19:35:46 +0100
commit7cb8c5f7096be04cd65ec41a5b8f98d0ae3e890a (patch)
tree55fdb7a143ec50712bc9cfd2c9baed9cc57f6e40 /tools/trace/tcreator/template.h
parentf5f92965f6e0df104686875b82d329a65efedd2a (diff)
tools/trace: First version of the trace creator parser source file.
Diffstat (limited to 'tools/trace/tcreator/template.h')
-rw-r--r--tools/trace/tcreator/template.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/tools/trace/tcreator/template.h b/tools/trace/tcreator/template.h
new file mode 100644
index 00000000..579acfad
--- /dev/null
+++ b/tools/trace/tcreator/template.h
@@ -0,0 +1,33 @@
+#ifndef %%template%%
+#define %%template%%
+/* %%template%% */
+/* {{{
+ *
+ * Copyright (C) 2008 APBTeam
+ *
+ * APBTeam:
+ * Web: http://apbteam.org/
+ * Email: team AT apbteam DOT org
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * }}} */
+
+enum %%enum_name%%
+{
+%%data%%
+};
+
+#endif /* %%template%% */