-
Notifications
You must be signed in to change notification settings - Fork 7
/
hp_datadefs.h
23 lines (19 loc) · 1008 Bytes
/
hp_datadefs.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* EXIFPROBE - TIFF/JPEG/EXIF image file probe */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Copyright (C) 2002 by Duane H. Hesser. All rights reserved. */
/* */
/* See the file LICENSE.EXIFPROBE for terms of use. */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* @(#) $Id: hp_datadefs.h,v 1.1 2005/06/21 15:34:51 alex Exp $" */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#ifndef HP_DATADEFS_INCLUDED
#define HP_DATADEFS_INCLUDED
#include "maker_datadefs.h"
struct camera_id hp_model_id[] = {
{ "HP PhotoSmart C912", 18, HP_C912, 0, 0 },
{ "HP PhotoSmart R707", 18, HP_R707, 0, 0 },
{ 0, 0, 0, 0, 0 }
};
#endif /* HP_DATADEFS_INCLUDED */