14 lines
217 B
C
14 lines
217 B
C
/*
|
|
* @author xamidev <xamidev@riseup.net>
|
|
* @brief PS/2 Keyboard driver
|
|
* @license GPL-3.0-only
|
|
*/
|
|
|
|
#ifndef INITFS_H
|
|
#define INITFS_H
|
|
|
|
#include <limine.h>
|
|
|
|
int initfs_init(struct limine_file* tar_file);
|
|
|
|
#endif |