summaryrefslogtreecommitdiff
path: root/openpicc/application/da.h
blob: 31e33d4b2499b21fe0914fd80494abe2e96e37c2 (plain)
1
2
3
4
5
6
7
8
#ifndef _DA_H
#define _DA_H

extern void da_comp_carr(u_int8_t position);
extern u_int8_t da_get_value(void);
extern void da_init(void);

#endif
personal git repositories of Harald Welte. Your mileage may vary