File: hw_creative.h

package info (click to toggle)
lirc 0.7.1pre2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,852 kB
  • ctags: 2,924
  • sloc: ansic: 31,205; sh: 12,021; makefile: 631
file content (25 lines) | stat: -rw-r--r-- 815 bytes parent folder | download | duplicates (3)
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
/*      $Id: hw_creative.h,v 5.1 2001/01/05 20:30:27 columbus Exp $      */

/****************************************************************************
 ** hw_creative.h **********************************************************
 ****************************************************************************
 *
 * routines for Creative receiver 
 * 
 * Copyright (C) 1999 Christoph Bartelmus <lirc@bartelmus.de>
 *	modified for creative receiver by Isaac Lauer <inl101@alumni.psu.edu>
 */

#ifndef _HW_CREATIVE_H
#define _HW_CREATIVE_H

#include "drivers/lirc.h"

int creative_decode(struct ir_remote *remote,
		  ir_code *prep,ir_code *codep,ir_code *postp,
		  int *repeat_flagp,lirc_t *remaining_gapp);
int creative_init(void);
int creative_deinit(void);
char *creative_rec(struct ir_remote *remotes);

#endif