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

@@ -12,6 +12,9 @@
#include <assert.h>
#include <unistd.h>
// Driver interface
#include "../../src/device/driver_interface.h"
// Devices
#include "devices/htx.h"
#include "devices/hts_plus.h"