summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/rtems/score/cpu_asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/avr/rtems/score/cpu_asm.h')
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu_asm.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/score/cpu/avr/rtems/score/cpu_asm.h b/cpukit/score/cpu/avr/rtems/score/cpu_asm.h
index 70e9b2fd4a..94fa05bcd6 100644
--- a/cpukit/score/cpu/avr/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/avr/rtems/score/cpu_asm.h
@@ -1,6 +1,8 @@
+/**
+ * @file rtems/score/cpu_asm.h
+ */
+
/*
- * cpu_asm.h
- *
* Very loose template for an include file for the cpu_asm.? file
* if it is implemented as a ".S" file (preprocessed by cpp) instead
* of a ".s" file (preprocessed by gm4 or gasp).