Preparing for DRAMPower Library

This commit is contained in:
Matthias Jung
2014-07-15 11:34:53 +02:00
parent 8ed200dfa3
commit bd4c0d562f
2 changed files with 0 additions and 15 deletions

View File

@@ -1,5 +0,0 @@
#include "libdrampower.h"
libDRAMPower::libDRAMPower()
{
}

View File

@@ -1,10 +0,0 @@
#ifndef LIBDRAMPOWER_H
#define LIBDRAMPOWER_H
class libDRAMPower
{
public:
libDRAMPower();
};
#endif // LIBDRAMPOWER_H