repo.or.cz
/
barebox-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add basic support for mini2440 board to barebox.
[barebox-mini2440.git]
/
include
/
complete.h
blob
cc0e88de0fc2beb63da8518ada846f4b3213cafa
1
#ifndef __COMPLETE_
2
#define __COMPLETE_
3
4
#include <linux/list.h>
5
6
int
complete
(
char
*
instr
,
char
**
outstr
);
7
void
complete_reset
(
void
);
8
9
#endif
/* __COMPLETE_ */
10