xref: /aosp_15_r20/external/libcups/data/hp.h (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
1*5e7646d2SAndroid Build Coastguard Worker /*
2*5e7646d2SAndroid Build Coastguard Worker  * This file contains model number definitions for the CUPS sample
3*5e7646d2SAndroid Build Coastguard Worker  * HP driver.
4*5e7646d2SAndroid Build Coastguard Worker  *
5*5e7646d2SAndroid Build Coastguard Worker  * Copyright 2007 by Apple Inc.
6*5e7646d2SAndroid Build Coastguard Worker  * Copyright 1997-2005 by Easy Software Products.
7*5e7646d2SAndroid Build Coastguard Worker  *
8*5e7646d2SAndroid Build Coastguard Worker  * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
9*5e7646d2SAndroid Build Coastguard Worker  */
10*5e7646d2SAndroid Build Coastguard Worker 
11*5e7646d2SAndroid Build Coastguard Worker #define HP_LASERJET	0		/* HP LaserJet */
12*5e7646d2SAndroid Build Coastguard Worker #define HP_DESKJET	1		/* HP DeskJet with simple color */
13*5e7646d2SAndroid Build Coastguard Worker #define HP_DESKJET2	2		/* HP DeskJet with CRet color */
14