repo.or.cz
/
kk_librfid.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[kk_librfid.git]
/
firmware
/
src
/
os
/
usbcmd_generic.h
blob
4dd0456f43b72b02cee69837c5cb28f77183b8c4
1
#ifndef _USBAPI_GENERIC_H
2
#define _USBAPI_GENERIC_H
3
extern
void
usbcmd_gen_init
(
void
);
4
extern
int
gen_setenv
(
void
*
data
,
u_int32_t pos
,
u_int32_t length
);
5
extern
int
gen_getenv
(
void
*
data
,
u_int32_t pos
,
u_int32_t length
);
6
#endif