/* $Id: hw_pcmak.h,v 5.1 2004/07/24 15:36:14 lirc Exp $ */ /**************************************************************************** ** hw_pcmak.h ********************************************************** **************************************************************************** * * routines for Logitech receiver * * Copyright (C) 1999 Christoph Bartelmus * modified for logitech receiver by Isaac Lauer * modified for pcmak receiver P_awe_L */ #ifndef HW_PCMAK_H #define HW_PCMAK_H #include "drivers/lirc.h" int pcmak_decode(struct ir_remote *remote, ir_code *prep,ir_code *codep,ir_code *postp, int *repeat_flagp,lirc_t *remaining_gapp); int pcmak_init(void); int pcmak_deinit(void); char *pcmak_rec(struct ir_remote *remotes); #endif