driver interface updates, included in razer/gwolve

This commit is contained in:
2023-09-28 14:52:17 +02:00
parent de3167d140
commit 69c9b6e342
3 changed files with 10 additions and 2 deletions

View File

@@ -4,6 +4,11 @@
#include <libusb.h>
#include <stdlib.h>
#include <assert.h>
#include <unistd.h>
#include <stdbool.h>
// Driver interface
#include "../../src/device/driver_interface.h"
#define VENDOR_ID 0x1532