summaryrefslogtreecommitdiff
path: root/src/intersim/booksim_config.hpp
blob: 0e86fab0fa9781bb451c98300004bcfb5ab0661c (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _BOOKSIM_CONFIG_HPP_
#define _BOOKSIM_CONFIG_HPP_

#include "config_utils.hpp"

class BookSimConfig : public Configuration {
public:
   BookSimConfig( );
};

#endif