rulimine/stage23/drivers/fwcfg.h
2021-11-26 12:09:09 +00:00

11 lines
195 B
C

#ifndef __DRIVERS__FWCFG_H__
#define __DRIVERS__FWCFG_H__
#include <stdint.h>
#include <lib/blib.h>
#include <lib/libc.h>
bool fwcfg_open(struct file_handle *handle, const char *name);
#endif