Add template files
This commit is contained in:
9
include/attack_mode.h
Normal file
9
include/attack_mode.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _ATTACK_MODE_H
|
||||
#define _ATTACK_MODE_H
|
||||
|
||||
#endif // _ATTACK_MODE_H
|
||||
9
include/autotune.h
Normal file
9
include/autotune.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _AUTOTUNE_H
|
||||
#define _AUTOTUNE_H
|
||||
|
||||
#endif // _AUTOTUNE_H
|
||||
9
include/benchmark.h
Normal file
9
include/benchmark.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _BENCHMARK_H
|
||||
#define _BENCHMARK_H
|
||||
|
||||
#endif // _BENCHMARK_H
|
||||
9
include/debugfile.h
Normal file
9
include/debugfile.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _DEBUGFILE_H
|
||||
#define _DEBUGFILE_H
|
||||
|
||||
#endif // _DEBUGFILE_H
|
||||
9
include/hash_management.h
Normal file
9
include/hash_management.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _HASH_MANAGEMENT_H
|
||||
#define _HASH_MANAGEMENT_H
|
||||
|
||||
#endif // _HASH_MANAGEMENT_H
|
||||
9
include/induct.h
Normal file
9
include/induct.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _INDUCT_H
|
||||
#define _INDUCT_H
|
||||
|
||||
#endif // _INDUCT_H
|
||||
9
include/kernel.h
Normal file
9
include/kernel.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _KERNEL_H
|
||||
#define _KERNEL_H
|
||||
|
||||
#endif // _KERNEL_H
|
||||
9
include/loopback.h
Normal file
9
include/loopback.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _LOOPBACK_H
|
||||
#define _LOOPBACK_H
|
||||
|
||||
#endif // _LOOPBACK_H
|
||||
9
include/outfile_check.h
Normal file
9
include/outfile_check.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _OUTFILE_CHECK_H
|
||||
#define _OUTFILE_CHECK_H
|
||||
|
||||
#endif // _OUTFILE_CHECK_H
|
||||
9
include/powertune.h
Normal file
9
include/powertune.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _POWERTUNE_H
|
||||
#define _POWERTUNE_H
|
||||
|
||||
#endif // _POWERTUNE_H
|
||||
9
include/remove.h
Normal file
9
include/remove.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _REMOVE_H
|
||||
#define _REMOVE_H
|
||||
|
||||
#endif // _REMOVE_H
|
||||
9
include/runtime.h
Normal file
9
include/runtime.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _RUNTIME_H
|
||||
#define _RUNTIME_H
|
||||
|
||||
#endif // _RUNTIME_H
|
||||
@@ -8,7 +8,10 @@
|
||||
|
||||
#if defined (_POSIX)
|
||||
#include <sys/time.h>
|
||||
#else
|
||||
#endif
|
||||
|
||||
#if defined (_WIN)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#if defined (_WIN)
|
||||
|
||||
9
include/version.h
Normal file
9
include/version.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _VERSION_H
|
||||
#define _VERSION_H
|
||||
|
||||
#endif // _VERSION_H
|
||||
9
include/weak_hash.h
Normal file
9
include/weak_hash.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _WEAK_HASH_H
|
||||
#define _WEAK_HASH_H
|
||||
|
||||
#endif // _WEAK_HASH_H
|
||||
Reference in New Issue
Block a user