1
0
Fork 0
forked from len0rd/rockbox

Support building tagcache db natively on PC using the core of the

Rockbox tagcache database engine. Only host endian support at the
moment and no command line parameters. Mainly for developers for
debugging at the moment.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11497 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-11-10 08:03:33 +00:00
parent ae221f1402
commit 0dd7ea2d71
15 changed files with 298 additions and 137 deletions

View file

@ -20,7 +20,7 @@
#define _DIR_H_
#include <stdbool.h>
#include <file.h>
#include "file.h"
#define ATTR_READ_ONLY 0x01
#define ATTR_HIDDEN 0x02