Implement listing devices in FreeBSD.

This commit is contained in:
2020-10-26 02:18:59 +00:00
parent f75c3c4959
commit c3be1ee128
2 changed files with 142 additions and 1 deletions

View File

@@ -18,6 +18,10 @@
#ifndef AARUREMOTE_FREEBSD_FREEBSD_H_
#define AARUREMOTE_FREEBSD_FREEBSD_H_
// Included here as it seems to need to be after all others
#include <stdio.h>
#include <camlib.h>
typedef struct
{
int fd;