repo.or.cz
/
irreco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Little fix.
[irreco.git]
/
lirc-0.8.4a
/
daemons
/
hw-types.h
blob
5510c0047e9cef201bc955e66e87124bef1397d4
1
#include <stdio.h>
2
/* Hardware types */
3
extern
struct
hardware
*
hw_list
[];
4
extern
struct
hardware hw
;
5
extern
struct
ir_remote
*
last_remote
;
6
int
hw_choose_driver
(
char
*);
7
void
hw_print_drivers
(
FILE
*);