aboutsummaryrefslogtreecommitdiff
path: root/src/drv/tty/private_include
diff options
context:
space:
mode:
Diffstat (limited to 'src/drv/tty/private_include')
-rw-r--r--src/drv/tty/private_include/drv/tty/ops.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drv/tty/private_include/drv/tty/ops.h b/src/drv/tty/private_include/drv/tty/ops.h
index b50b00a..ceab56a 100644
--- a/src/drv/tty/private_include/drv/tty/ops.h
+++ b/src/drv/tty/private_include/drv/tty/ops.h
@@ -23,8 +23,8 @@
#include <drv/tty/types.h>
#include <stddef.h>
-int drv_tty_write(const void *buf, size_t n, const struct drv_event_done *done,
- void *args);
+int drv_tty_write(struct drv_port *p, const void *buf, size_t n,
+ const struct drv_event_done *done);
int drv_tty_setdim(struct drv_port *p, unsigned x, unsigned y);
#endif