Added lirc.
[irreco.git] / lirc-0.8.4a / daemons / hw_logitech.h
blobc54cb64f2e3298a3fa5ff2512341369d7907806a
1 /* $Id: hw_logitech.h,v 1.4 2007/07/29 18:20:08 lirc Exp $ */
3 /****************************************************************************
4 ** hw_logitech.h **********************************************************
5 ****************************************************************************
7 * routines for Logitech receiver
8 *
9 * Copyright (C) 1999 Christoph Bartelmus <lirc@bartelmus.de>
10 * modified for logitech receiver by Isaac Lauer <inl101@alumni.psu.edu>
13 #ifndef _HW_LOGITECH_H
14 #define _HW_LOGITECH_H
16 #include "drivers/lirc.h"
18 int logitech_decode(struct ir_remote *remote,
19 ir_code *prep,ir_code *codep,ir_code *postp,
20 int *repeat_flagp,
21 lirc_t *min_remaining_gapp,
22 lirc_t *max_remaining_gapp);
23 int logitech_init(void);
24 int logitech_deinit(void);
25 char *logitech_rec(struct ir_remote *remotes);
27 #endif