diff options
author | chai <chaifix@163.com> | 2019-12-04 00:07:32 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-04 00:07:32 +0800 |
commit | 2e82e2ddd0852b8063a3d6645366f53ee844e273 (patch) | |
tree | 41ec10760f2d2c9f1f782a918f48e1287da2a4b4 /src/ssr.h |
+init
Diffstat (limited to 'src/ssr.h')
-rw-r--r-- | src/ssr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ssr.h b/src/ssr.h new file mode 100644 index 0000000..5f80e92 --- /dev/null +++ b/src/ssr.h @@ -0,0 +1,6 @@ +#ifndef _SSR_H_ +#define _SSR_H_ + +#include "core/device.h" + +#endif
\ No newline at end of file |