diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-18 16:11:30 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-18 16:11:30 +0200 |
commit | 2d8b061d0f442d8a8853025460a836e3482cc09b (patch) | |
tree | 17ad110cb6052d2906b98d67281e21d69458a195 /1/config.h | |
parent | c83f52365564e70450841b632547f4563920b1fb (diff) |
add character device to the system
Diffstat (limited to '1/config.h')
-rw-r--r-- | 1/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/1/config.h b/1/config.h new file mode 100644 index 0000000..1d15f75 --- /dev/null +++ b/1/config.h @@ -0,0 +1,5 @@ +#pragma once + +#define NODE_MAJOR 500 +#define NODE_MINOR 0 + |