Ignore:
File:
1 edited

Legend:

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

    r3e6a98c5 rff0c270  
    4040#include <atomic.h>
    4141#include <sys/types.h>
    42 #include <stdbool.h>
     42#include <bool.h>
    4343#include "../../vfs/vfs.h"
    4444
     
    106106typedef struct {
    107107        /** Used indices (position) hash table link. */
    108         ht_link_t               uph_link;
     108        link_t          uph_link;
    109109        /** Used indices (index) hash table link. */
    110         ht_link_t               uih_link;
     110        link_t          uih_link;
    111111
    112112        fibril_mutex_t  lock;
Note: See TracChangeset for help on using the changeset viewer.