summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/rtems/score/avr.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:38:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:38:57 +0000
commit8549b6c0600a56278fd137c5f19a8f7cb6662c8c (patch)
tree6204236d42b960c51d0477d68a900eb65ff20dc2 /cpukit/score/cpu/avr/rtems/score/avr.h
parent2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-8549b6c0600a56278fd137c5f19a8f7cb6662c8c.tar.bz2
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/avr.h: Add doxygen preamble. * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/cpu_asm.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
Diffstat (limited to 'cpukit/score/cpu/avr/rtems/score/avr.h')
-rw-r--r--cpukit/score/cpu/avr/rtems/score/avr.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/score/cpu/avr/rtems/score/avr.h b/cpukit/score/cpu/avr/rtems/score/avr.h
index 77a574dcfb..bef29fdca7 100644
--- a/cpukit/score/cpu/avr/rtems/score/avr.h
+++ b/cpukit/score/cpu/avr/rtems/score/avr.h
@@ -1,5 +1,8 @@
-/* avr.h
- *
+/**
+ * @file rtems/score/avr.h
+ */
+
+/*
* This file sets up basic CPU dependency settings based on
* compiler settings. For example, it can determine if
* floating point is available. This particular implementation