diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-14 17:25:12 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-14 17:25:12 +0200 |
commit | cfcf4b94f312eeb88e462f3eec88b932d672ef3d (patch) | |
tree | 798ffcc8d334e0623b6a9c9e3fcf287829387631 /driver/config.h | |
parent | 773e13be02f1f42c8ac578031282c9455be023bb (diff) |
WIP char->platform driver
Diffstat (limited to 'driver/config.h')
-rw-r--r-- | driver/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/driver/config.h b/driver/config.h index 87eb81f..147e2f3 100644 --- a/driver/config.h +++ b/driver/config.h @@ -1,7 +1,5 @@ #pragma once -#define DRV_NAME "lork" - #include <linux/types.h> // values from <https://www.ti.com/lit/ug/spruh73q/spruh73q.pdf> |