diff options
Diffstat (limited to 'src/timer/cpu_counter/tm_hard.cpp')
-rw-r--r-- | src/timer/cpu_counter/tm_hard.cpp | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/timer/cpu_counter/tm_hard.cpp b/src/timer/cpu_counter/tm_hard.cpp index 2f7516930..9e31aee39 100644 --- a/src/timer/cpu_counter/tm_hard.cpp +++ b/src/timer/cpu_counter/tm_hard.cpp @@ -1,15 +1,17 @@ -/************************************************* -* Hardware Timer Source File * -* (C) 1999-2007 Jack Lloyd * -*************************************************/ +/* +* Hardware Timer +* (C) 1999-2007 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #include <botan/tm_hard.h> namespace Botan { -/************************************************* -* Get the timestamp * -*************************************************/ +/* +* Get the timestamp +*/ u64bit Hardware_Timer::clock() const { u64bit rtc = 0; |