diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-27 17:17:56 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-27 17:17:56 -0400 |
| commit | bb912b081ed339e4a5419bd3d2ffd7465f2f72d3 (patch) | |
| tree | 7f34b3af1a72672de1d12c8e23dda419c398dce3 /docs/application/buffer.md | |
| parent | 003119b9f285e5610f56186bce845441409265ae (diff) | |
bottom up redesign
Diffstat (limited to 'docs/application/buffer.md')
| -rw-r--r-- | docs/application/buffer.md | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/application/buffer.md b/docs/application/buffer.md deleted file mode 100644 index 40c58e4..0000000 --- a/docs/application/buffer.md +++ /dev/null @@ -1,25 +0,0 @@ -# Buffer - ---- - -## Object Definitions - -```c -typedef struct _kpl_buffer { - KPL_DYNAMIC_OBJ_HEADER(); - int32_t byte_length; - kpl_interface *interface; - int16_t io_register_index; - uint8_t bytes[]; -} kpl_buffer; - -typedef struct { - // TODO RING BUFFERS BY POWERS OF TWO -} kpl_buffer_registered_pool; -``` - -## Io uring buffer sparse register - -### Set `io_register_index` to -1 if not used - -## Unicode Methods |
