summaryrefslogtreecommitdiff
path: root/firmware/src/picc/da.h
blob: e264e2b685f2df67dcbfaa5baed343b6a33b6ef7 (plain)
1
2
3
4
5
6
7
#ifndef _DA_H
#define _DA_H

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

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