summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-05-05 17:13:00 +0200
committerNao Pross <naopross@thearcway.org>2018-05-05 17:13:00 +0200
commit089f21fb42d3dd5e1f5d94993a35d87d94f405c3 (patch)
treeab4c9fef60124d334e5483baaf6461343199d5d3
parentImplement TX read(n) and readline() (not working yet) (diff)
downloadSAMLiquidSmoke-089f21fb42d3dd5e1f5d94993a35d87d94f405c3.tar.gz
SAMLiquidSmoke-089f21fb42d3dd5e1f5d94993a35d87d94f405c3.zip
Add top comments
-rw-r--r--hal/confbits.hpp5
-rw-r--r--hal/hwconfig.cpp5
-rw-r--r--hal/hwconfig.hpp5
3 files changed, 15 insertions, 0 deletions
diff --git a/hal/confbits.hpp b/hal/confbits.hpp
index 9af7023..222abda 100644
--- a/hal/confbits.hpp
+++ b/hal/confbits.hpp
@@ -1,3 +1,8 @@
+/*
+ * File: confbits.cpp
+ * Author: naopross
+ */
+
#ifndef CONFBITS_HPP
#define CONFBITS_HPP
diff --git a/hal/hwconfig.cpp b/hal/hwconfig.cpp
index a3b4b46..f443f59 100644
--- a/hal/hwconfig.cpp
+++ b/hal/hwconfig.cpp
@@ -1,3 +1,8 @@
+/*
+ * File: hwconfig.cpp
+ * Author: naopross
+ */
+
#include "hwconfig.hpp"
extern "C" {
diff --git a/hal/hwconfig.hpp b/hal/hwconfig.hpp
index 2195b8e..8a5406f 100644
--- a/hal/hwconfig.hpp
+++ b/hal/hwconfig.hpp
@@ -1,3 +1,8 @@
+/*
+ * File: hwconfig.hpp
+ * Author: naopross
+ */
+
#ifndef HWCONFIG_HPP
#define HWCONFIG_HPP