* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef ASIX_SIGMA_H
-#define ASIX_SIGMA_H
+#ifndef SIGROK_ASIX_SIGMA_H
+#define SIGROK_ASIX_SIGMA_H
enum sigma_write_register {
WRITE_CLOCK_SELECT = 0,
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LINK_MSO19_H
-#define LINK_MSO19_H
+#ifndef SIGROK_LINK_MSO19_H
+#define SIGROK_LINK_MSO19_H
/* our private per-instance data */
struct mso {
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
-#ifndef SIGROK_PROTO_H_
-#define SIGROK_PROTO_H_
+#ifndef SIGROK_SIGROK_PROTO_H
+#define SIGROK_SIGROK_PROTO_H
int filter_probes(int in_unitsize, int out_unitsize, int *probelist,
char *data_in, uint64_t length_in, char **data_out,
char *sigrok_samplerate_string(uint64_t samplerate);
char *sigrok_period_string(uint64_t frequency);
-
/*--- backend.c -------------------------------------------------------------*/
int sigrok_init(void);
void datastore_put(struct datastore *ds, void *data, unsigned int length,
int in_unitsize, int *probelist);
-
-#endif /* SIGROK_PROTO_H_ */
+#endif