1 /* 2 * This file contains model number definitions for the CUPS sample 3 * HP driver. 4 * 5 * Copyright 2007 by Apple Inc. 6 * Copyright 1997-2005 by Easy Software Products. 7 * 8 * Licensed under Apache License v2.0. See the file "LICENSE" for more information. 9 */ 10 11 #define HP_LASERJET 0 /* HP LaserJet */ 12 #define HP_DESKJET 1 /* HP DeskJet with simple color */ 13 #define HP_DESKJET2 2 /* HP DeskJet with CRet color */ 14