diff options
Diffstat (limited to 'linux_spi.c')
-rw-r--r-- | linux_spi.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux_spi.c b/linux_spi.c index 19b4965..e51fbc4 100644 --- a/linux_spi.c +++ b/linux_spi.c @@ -35,6 +35,12 @@ #include "programmer.h" #include "spi.h" +/* Devices known to work with this module (FIXME: export as struct dev_entry): + * Beagle Bone Black + * Raspberry Pi + * HummingBoard + */ + static int fd = -1; static int linux_spi_shutdown(void *data); |