[base] Introduce io_generator
This commit is contained in:
15
base/types.h
Normal file
15
base/types.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef BASE_TYPES_H
|
||||
#define BASE_TYPES_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
namespace base {
|
||||
using sector_t = uint64_t;
|
||||
unsigned const SECTOR_SHIFT = 9;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user