This repository has been archived on 2022-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-sdr/utils/rum-ba/src/osmosdr.h

13 lines
303 B
C

#ifndef INCLUDE_OSMOSDR_H
#define INCLUDE_OSMOSDR_H
#include <stdint.h>
int osmoSDRDetect(int fd);
int osmoSDRPrintUID(int fd, int bank);
int osmoSDRBlink(int fd);
int osmoSDRRamLoad(int fd, void* bin, size_t binSize);
int osmoSDRFlash(int fd, void* bin, size_t binSize);
#endif // INCLUDE_OSMOSDR_H