Changeset 374 for trunk/modules/vci_block_device_tsar/caba/source/include
- Timestamp:
- Apr 18, 2013, 1:28:33 PM (12 years ago)
- Location:
- trunk/modules/vci_block_device_tsar
- Files:
-
- 1 deleted
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_block_device_tsar/caba/source/include/vci_block_device_tsar.h
r371 r374 73 73 /////////////////////////////////////////////////////////////////////////// 74 74 75 #ifndef SOCLIB_VCI_BLOCK_DEVICE_TSAR_ V4_H76 #define SOCLIB_VCI_BLOCK_DEVICE_TSAR_ V4_H75 #ifndef SOCLIB_VCI_BLOCK_DEVICE_TSAR_H 76 #define SOCLIB_VCI_BLOCK_DEVICE_TSAR_H 77 77 78 78 #include <stdint.h> … … 89 89 90 90 template<typename vci_param> 91 class VciBlockDeviceTsar V491 class VciBlockDeviceTsar 92 92 : public caba::BaseModule 93 93 { … … 200 200 protected: 201 201 202 SC_HAS_PROCESS(VciBlockDeviceTsar V4);202 SC_HAS_PROCESS(VciBlockDeviceTsar); 203 203 204 204 public: … … 214 214 215 215 // Constructor 216 VciBlockDeviceTsar V4(216 VciBlockDeviceTsar( 217 217 sc_module_name name, 218 218 const soclib::common::MappingTable &mt, … … 227 227 }} 228 228 229 #endif /* SOCLIB_VCI_BLOCK_DEVICE_TSAR_ V4_H */229 #endif /* SOCLIB_VCI_BLOCK_DEVICE_TSAR_H */ 230 230 231 231 // Local Variables:
Note: See TracChangeset
for help on using the changeset viewer.