rulimine/stage23/drivers/fwcfg.h

11 lines
195 B
C
Raw Normal View History

2021-11-26 15:09:09 +03:00
#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