base
This commit is contained in:
25
DRAM/src/core/ControllerState.h
Normal file
25
DRAM/src/core/ControllerState.h
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* controller_state.h
|
||||
*
|
||||
* Created on: Mar 5, 2014
|
||||
* Author: jonny
|
||||
*/
|
||||
|
||||
#ifndef CONTROLLER_STATE_H_
|
||||
#define CONTROLLER_STATE_H_
|
||||
|
||||
#include "common/BankStates.h"
|
||||
|
||||
namespace controller {
|
||||
|
||||
class ControllerState {
|
||||
public:
|
||||
ControllerState(unsigned int numberOfBanks);
|
||||
virtual ~ControllerState();
|
||||
|
||||
common::BankStates bankStates;
|
||||
};
|
||||
|
||||
} /* namespace controller */
|
||||
|
||||
#endif /* CONTROLLER_STATE_H_ */
|
||||
Reference in New Issue
Block a user