File: hw-types.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 (7 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#include <stdio.h>
/* Hardware types */
extern struct hardware *hw_list[];
extern struct hardware hw;
extern struct ir_remote *last_remote;
int hw_choose_driver(char *);
void hw_print_drivers(FILE *);