Add private class BFdIO

Simple BPositionIO implementation using the POSIX API on a FD. In effect
similar to BFile, but more easily ported to kernel and boot loader (and
the FD is reusable).
This commit is contained in:
Ingo Weinhold
2014-07-12 15:40:21 +02:00
parent 8546c4160e
commit c55a06055f
5 changed files with 170 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
#include <../private/storage/FdIO.h>