diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/alpha_access.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/alpha_access.h b/dev/alpha_access.h index 40567e96f..f2077acb0 100644 --- a/dev/alpha_access.h +++ b/dev/alpha_access.h @@ -29,11 +29,11 @@ #ifndef __ALPHA_ACCESS_H__ #define __ALPHA_ACCESS_H__ -/* @file +/** @file * System Console Memory Mapped Register Definition */ -#define ALPHA_ACCESS_VERSION (1301) /* CH++*/ +#define ALPHA_ACCESS_VERSION (1301) #ifndef CONSOLE #include <iosfwd> |