1 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
2 /*          EXIFPROBE - TIFF/JPEG/EXIF image file probe               */
3 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
4 /* Copyright (C) 2002 by Duane H. Hesser. All rights reserved.        */
5 /*                                                                    */
6 /* See the file LICENSE.EXIFPROBE for terms of use.                   */
7 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
8 
9 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
10 /* @(#) $Id: sigma_datadefs.h,v 1.2 2005/06/15 23:34:09 alex Exp $" */
11 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
12 
13 #ifndef SIGMA_DATADEFS_INCLUDED
14 #define SIGMA_DATADEFS_INCLUDED
15 
16 #include "maker_datadefs.h"
17 
18 struct camera_id sigma_model_id[] = {
19     { "SIGMA SD9", 10, SIGMA_SD9, 1, 1 },
20     { "SIGMA SD10", 11, SIGMA_SD10, 1, 1 },
21 	{ 0, 0, 0, 0, 0 }
22 };
23 #endif  /* SIGMA_DATADEFS_INCLUDED */
24