summaryrefslogtreecommitdiff
path: root/data/hp.h
diff options
context:
space:
mode:
Diffstat (limited to 'data/hp.h')
-rw-r--r--data/hp.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/hp.h b/data/hp.h
new file mode 100644
index 000000000..c70034316
--- /dev/null
+++ b/data/hp.h
@@ -0,0 +1,24 @@
+/*
+ * "$Id$"
+ *
+ * This file contains model number definitions for the CUPS sample
+ * HP driver.
+ *
+ * Copyright 2007 by Apple Inc.
+ * Copyright 1997-2005 by Easy Software Products.
+ *
+ * These coded instructions, statements, and computer programs are the
+ * property of Apple Inc. and are protected by Federal copyright
+ * law. Distribution and use rights are outlined in the file "LICENSE.txt"
+ * which should have been included with this file. If this file is
+ * file is missing or damaged, see the license at "http://www.cups.org/".
+ */
+
+#define HP_LASERJET 0 /* HP LaserJet */
+#define HP_DESKJET 1 /* HP DeskJet with simple color */
+#define HP_DESKJET2 2 /* HP DeskJet with CRet color */
+
+
+/*
+ * End of "$Id$".
+ */