git-svn-id: https://profuse.googlecode.com/svn/branches/v2@319 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock 2010-06-26 03:39:14 +00:00
parent 670254034a
commit 98fd4a1af9
2 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
#include <cstring>
#include "Bitmap.h"
#include "BlockDevice.h"
#include <ProDOS/Bitmap.h>
#include <ProDOS/BlockDevice.h>
#include "auto.h"
using namespace ProFUSE;
using namespace ProDOS;
// returns # of 1-bits set (0-8)
inline static unsigned popCount(uint8_t x)

View File

@ -5,7 +5,7 @@
namespace ProFUSE {
namespace ProDOS {
class BlockDevice;
@ -15,7 +15,7 @@ public:
Bitmap(unsigned blocks);
Bitmap(BlockDevice *device, unsigned keyPointer, unsigned blocks);
//todo -- constructor by loading fro, block device...
//todo -- constructor by loading from, block device...
~Bitmap();
int allocBlock();