Added lirc.
[irreco.git] / lirc-0.8.4a / daemons / hw_pcmak.h
blob2032be0ac8c9b9459ba8ddfc6a65d7e24abad1e5
1 /* $Id: hw_pcmak.h,v 5.2 2007/07/29 18:20:08 lirc Exp $ */
3 /****************************************************************************
4 ** hw_pcmak.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>
11 * modified for pcmak receiver P_awe_L <pablozrudnika@wp.pl>
14 #ifndef HW_PCMAK_H
15 #define HW_PCMAK_H
17 #include "drivers/lirc.h"
19 int pcmak_decode(struct ir_remote *remote,
20 ir_code *prep,ir_code *codep,ir_code *postp,
21 int *repeat_flagp,
22 lirc_t *min_remaining_gapp,
23 lirc_t *max_remaining_gapp);
24 int pcmak_init(void);
25 int pcmak_deinit(void);
26 char *pcmak_rec(struct ir_remote *remotes);
28 #endif