Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
67a486164d14b6579be70a1147df208e3ca916f5
/
.
/
Makefile.d
/
linux_mtd_test.c
blob: d254e242cf00c83f123944b13a038d4c24ba6956 [
file
] [
log
] [
blame
]
#include
<mtd/mtd-user.h>
int
main
(
int
argc
,
char
**
argv
)
{
(
void
)
argc
;
(
void
)
argv
;
return
0
;
}