/* $Id: hw_logitech.h,v 1.4 2007/07/29 18:20:08 lirc Exp $ */ /**************************************************************************** ** hw_logitech.h ********************************************************** **************************************************************************** * * routines for Logitech receiver * * Copyright (C) 1999 Christoph Bartelmus * modified for logitech receiver by Isaac Lauer */ #ifndef _HW_LOGITECH_H #define _HW_LOGITECH_H #include "drivers/lirc.h" int logitech_decode(struct ir_remote *remote, ir_code *prep,ir_code *codep,ir_code *postp, int *repeat_flagp, lirc_t *min_remaining_gapp, lirc_t *max_remaining_gapp); int logitech_init(void); int logitech_deinit(void); char *logitech_rec(struct ir_remote *remotes); #endif