From c4f8ef91f18d854a4ede7a94e95b2eab898d6963 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sun, 10 Aug 2025 15:40:19 -0400 Subject: working usermode objdir iteration --- include/device/uart.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/device') diff --git a/include/device/uart.h b/include/device/uart.h index 3d481a2..9e5c3d3 100644 --- a/include/device/uart.h +++ b/include/device/uart.h @@ -1,11 +1,10 @@ #ifndef _JOVE_DEVICE_UART_H #define _JOVE_DEVICE_UART_H 1 -#include #include #include "object.h" -void uart_write(objdir_t *dir, uint64_t entryi, const char *s, size_t w); +void uart_write(objdir_t *dir, path_byte_t *path, const char *s, size_t w); #endif -- cgit v1.2.1