rootfs/init.h
2024-01-13 13:19:22 -06:00

13 lines
191 B
C

#pragma once
#include<stdint.h>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include"fs.h"
#include"err.h"
#include"vfs.h"
err_t init_mkrootfs(void);
void init_releasefs(void);