-
Notifications
You must be signed in to change notification settings - Fork 7
/
kyocera_datadefs.h
23 lines (19 loc) · 971 Bytes
/
kyocera_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: kyocera_datadefs.h,v 1.2 2005/06/21 15:11:21 alex Exp $" */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#ifndef KYOCERA
#define KYOCERA
#include "maker_datadefs.h"
struct camera_id kyocera_model_id[] = {
{ "FC-S3",6, KYOCERA_FCS3, 1, 1 },
{ "Finecam S5 ",11, KYOCERA_FINECAMS5, 1, 1 },
{ 0, 0, 0, 0, 0 }
};
#endif /* KYOCERA */