Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/mfs/mfs.h

    r61042de rfd7dbbb  
    4545#include <assert.h>
    4646#include <stdbool.h>
    47 #include <macros.h>
    4847#include "../../vfs/vfs.h"
    4948
     
    5150
    5251/* #define DEBUG_MODE */
     52
     53#define min(a, b)       ((a) < (b) ? (a) : (b))
    5354
    5455#ifdef DEBUG_MODE
Note: See TracChangeset for help on using the changeset viewer.