Merge kolibri.h and syscalls.h, rename kolibri.h to umka.h.

This commit is contained in:
2020-05-07 04:57:01 +03:00
parent cea3923666
commit 5d99380431
10 changed files with 385 additions and 393 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include <stdio.h>
#include <inttypes.h>
#include "kolibri.h"
#include "umka.h"
void *vdisk_init(const char *fname, int adjust_cache_size, size_t cache_size);