Bitstream Interpretation Library (BIL)  0.1
RegisterAddress.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef BIL_REGISTERADDRESS_HPP
8 #define BIL_REGISTERADDRESS_HPP
9 
10 
11 namespace bil {
12 
20  namespace RegisterAddress {
21 
23  typedef unsigned char address_t;
24 
25  }
26 
27 }
28 
29 #endif