File: unicap_cpi_std_struct.h

package info (click to toggle)
unicap 0.9.12-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,636 kB
  • ctags: 3,520
  • sloc: ansic: 23,011; sh: 10,712; xml: 1,408; makefile: 298
file content (32 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
    unicap
    Copyright (C) 2004  Arne Caspari

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

#ifndef __UNICAP_CPI_STD_STRUCT_H__
#define __UNICAP_CPI_STD_STRUCT_H__

#include <unicap.h>

 
#define S_PPTY_INFO_VIDEO "video", "", 0, 0
#define S_PPTY_INFO_LENS "lens", "", 0, 0 
#define S_PPTY_INFO_MISC "misc", "", 0, 0
#define S_PPTY_INFO_DEVICE_STATE  "device state", "", 0, 0 
#define S_PPTY_INFO_TRIGGER "trigger", "", 0, 0 

#endif