Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
23b2b864777a09b4d9a9024675670a7d694c1e06
/
.
/
Makefile.d
/
linux_spi_test.c
blob: a4d2657865ebbd9397834805e22e4515d813d77b [
file
] [
log
] [
blame
]
#include
<linux/types.h>
#include
<linux/spi/spidev.h>
int
main
(
int
argc
,
char
**
argv
)
{
(
void
)
argc
;
(
void
)
argv
;
return
0
;
}