Changeset 3689
- Timestamp:
 - Mar 16, 2011, 12:02:38 AM (15 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/libc/include/klibc/io.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/libc/include/klibc/io.h
r3688 r3689 73 73 /** _PC_ALLOC_SIZE_MIN - The (smallest) block allocation size of the file system. */ 74 74 unsigned cbBlock; 75 /** _PC_REC_XFER_ALIGN - The recommended buffer alignment for transfers. */ 76 unsigned short uXferAlign; 75 77 /** _PC_REC_INCR_XFER_SIZE - The increments to walk between the min and max transfer sizes. */ 76 78 unsigned short cbXferIncr; … … 79 81 /** _PC_REC_MIN_XFER_SIZE - The minimum recommended transfer size. */ 80 82 unsigned long cbXferMin; 81 /** _PC_REC_XFER_ALIGN - The recommended buffer alignment for transfers. */82 unsigned short uXferAlign;83 83 84 84 /** Device number of the device the filesystem resides on.  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  