aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/stdio.h
blob: 90d0f68fb494afa969017e6869720fe4139f28d2 (plain)
1
2
3
4
5
6
7
8
#ifndef INTIRD_H_
#define INITRD_H_

#include <kernel/vfs.h>

extern const vfs_volume_funcs stdio_funcs;

#endif // INITRD_H_