diff options
-rw-r--r-- | hal/confbits.hpp | 5 | ||||
-rw-r--r-- | hal/hwconfig.cpp | 5 | ||||
-rw-r--r-- | hal/hwconfig.hpp | 5 |
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 |