Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 174104
Collapse All | Expand All

(-)k8055.h (+8 lines)
Lines 1-3 Link Here
1
#ifdef __cplusplus
2
extern "C" {
3
#endif
4
1
#include <stdlib.h>
5
#include <stdlib.h>
2
#include <stdio.h>
6
#include <stdio.h>
3
#include <string.h>
7
#include <string.h>
Lines 25-27 Link Here
25
int ResetCounter(long counternr);
29
int ResetCounter(long counternr);
26
long ReadCounter(long counterno);
30
long ReadCounter(long counterno);
27
int SetCounterDebounceTime(long counterno, long debouncetime);
31
int SetCounterDebounceTime(long counterno, long debouncetime);
32
33
#ifdef __cplusplus
34
}
35
#endif

Return to bug 174104