From ac74cec51fa9c31e4c8cea2dd9f01b7b895d61b4 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 22 Aug 2021 13:40:22 +0200 Subject: fs_open() stub --- src/kernel/vfs/path.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/kernel/vfs') diff --git a/src/kernel/vfs/path.h b/src/kernel/vfs/path.h index 769aa27..8efa0d4 100644 --- a/src/kernel/vfs/path.h +++ b/src/kernel/vfs/path.h @@ -1,6 +1,8 @@ #pragma once #include +#define PATH_MAX 512 + /** Reduce a path to its simplest form. * * @return length of the string in *out, always less than len. Negative if the path was invalid. -- cgit v1.2.3