File: ricoh_datadefs.h

package info (click to toggle)
exifprobe 2.0.1-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 1,984 kB
  • ctags: 1,701
  • sloc: ansic: 34,255; sh: 413; makefile: 122
file content (23 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download | duplicates (5)
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: ricoh_datadefs.h,v 1.1 2005/06/21 15:34:51 alex Exp $" */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#ifndef RICOH_DATADEFS_INCLUDED
#define RICOH_DATADEFS_INCLUDED

#include "maker_datadefs.h"

struct camera_id ricoh_model_id[] = {
    { "RDC-5300 ", 9, RICOH_RDC5300, 0, 0 },
    { "RDC-6000", 9, RICOH_RDC6000, 0, 0 },
	{ 0, 0, 0, 0, 0 }
};
#endif  /* RICOH_DATADEFS_INCLUDED */