Skip to content
Snippets Groups Projects
Commit 613aa1b9 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

remove the unused stdio.hh header

parent 9b5511bc
No related branches found
No related tags found
No related merge requests found
#ifndef STDIO_HH_
#define STDIO_HH_
#include "fs.hh"
class console_file : public file {
public:
virtual uint64_t size();
virtual void read(void *buffer, uint64_t offset, uint64_t len);
virtual void write(const void* buffer, uint64_t offset, uint64_t len);
};
extern fileref console_fileref;
#endif /* STDIO_HH_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment