Sign in
gfiber
/
barebox
/
mindspeed
/
c671e30432ae9f244eea4b411f6293543fec19e4
/
.
/
include
/
complete.h
blob: cc0e88de0fc2beb63da8518ada846f4b3213cafa [
file
] [
log
] [
blame
]
#ifndef
__COMPLETE_
#define
__COMPLETE_
#include
<linux/list.h>
int
complete
(
char
*
instr
,
char
**
outstr
);
void
complete_reset
(
void
);
#endif
/* __COMPLETE_ */