- Timestamp:
- Sep 2, 2014, 6:25:53 PM (10 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/MESI/communication/dspin_dhccp_param/caba/source/include/dspin_hmesi_param.h
r784 r785 1 1 /* -*- c++ -*- 2 * File : dspin_ dhccp_param.h2 * File : dspin_hmesi_param.h 3 3 * Date : 01/03/2013 4 4 * Copyright : UPMC / LIP6 … … 27 27 28 28 29 #ifndef DSPIN_ DHCCP_PARAMS_H30 #define DSPIN_ DHCCP_PARAMS_H29 #ifndef DSPIN_HMESI_PARAMS_H 30 #define DSPIN_HMESI_PARAMS_H 31 31 32 32 #include <inttypes.h> … … 141 141 case z: x |= ((y & z##_MASK) << z##_SHIFT);break 142 142 143 class Dspin DhccpParam143 class DspinHmesiParam 144 144 { 145 145 public:
Note: See TracChangeset
for help on using the changeset viewer.