Changeset 9b9d37bb in mainline for uspace/lib/ext4/libext4.h


Ignore:
Timestamp:
2011-10-06T09:48:53Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1114173
Parents:
3712434
Message:

mounting + list of mounted directory (ported from ext2) - many TODO remaining

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4.h

    r3712434 r9b9d37bb  
    4040#include "libext4_superblock.h"
    4141
     42#include <stdio.h>
     43#define EXT4FS_DBG(format, ...) {if (true) printf("ext4fs: %s: " format "\n", __FUNCTION__, ##__VA_ARGS__);}
     44
    4245#endif
    4346
Note: See TracChangeset for help on using the changeset viewer.