aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpt.c')
-rw-r--r--src/gpt.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/gpt.c b/src/gpt.c
new file mode 100644
index 0000000..f392710
--- /dev/null
+++ b/src/gpt.c
@@ -0,0 +1,27 @@
+/*
+ * gpt.c:
+ *
+ * Copyright (c) 2007 James McKenzie <james@fishsoup.dhs.org>,
+ * All rights reserved.
+ *
+ */
+
+static char rcsid[] = "$Id: gpt.c,v 1.1 2007/09/08 16:49:37 root Exp $";
+
+/*
+ * $Log: gpt.c,v $
+ * Revision 1.1 2007/09/08 16:49:37 root
+ * *** empty log message ***
+ *
+ */
+
+
+
+#include "project.h"
+
+
+int
+main (int argc, char *argv[])
+{
+ return 0;
+}