Home | History | Annotate | Download | only in bits
      1 #ifndef _BITS_UMALLOC_H
      2 #define _BITS_UMALLOC_H
      3 
      4 /** @file
      5  *
      6  * x86_64-specific user memory allocation API implementations
      7  *
      8  */
      9 
     10 #endif /* _BITS_UMALLOC_H */
     11