summaryrefslogtreecommitdiff
path: root/src/drivers/ao_bufio.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-03-29 00:32:23 -0700
committerKeith Packard <keithp@keithp.com>2013-03-29 00:32:23 -0700
commit86e1039e14304ac13db540f2ee3afd4ff170b8b4 (patch)
treee80fbbcaf528cf657cbab0a50a7b298cdfabfac0 /src/drivers/ao_bufio.h
parent44e418bbecd3a3deae942803141cf115d92f29d2 (diff)
altos: Add FAT32 support. And lots more testing.
Generalizes the FAT code to deal with either 16-bit or 32-bit versions. The testing code now runs over a variety of disk images to check for compatibility on all of them. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_bufio.h')
-rw-r--r--src/drivers/ao_bufio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/ao_bufio.h b/src/drivers/ao_bufio.h
index c3bee906..6629f143 100644
--- a/src/drivers/ao_bufio.h
+++ b/src/drivers/ao_bufio.h
@@ -31,6 +31,9 @@ void
ao_bufio_flush(void);
void
+ao_bufio_setup(void);
+
+void
ao_bufio_init(void);
#endif /* _AO_BUFIO_H_ */