cpu/power.h: Documentation fixes
[bertos.git] / bertos / cpu / types.h
index be9b5fd5db6188117d098e8c46bf4373d53aef30..8cbba3d862d41828d56bcdcb6f8138634b83b20d 100644 (file)
@@ -34,7 +34,7 @@
  * \brief CPU-specific type definitions.
  *
  * \author Giovanni Bajo <rasky@develer.com>
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Stefano Fedrigo <aleph@develer.com>
  * \author Francesco Sacchi <batt@develer.com>
  */
@@ -54,7 +54,7 @@
 
 #elif CPU_X86
 
-       /* Get IRQ_* definitions from the hosting environment. */
+       /* Get cpuflags_t definition from the hosting environment. */
        #include <cfg/os.h>
        #if OS_EMBEDDED
                typedef uint32_t cpuflags_t; // FIXME
 
 #elif CPU_PPC
 
-       typedef uint32_t cpuflags_t; // FIXME
+       /* Get cpuflags_t definition from the hosting environment. */
+       #include <cfg/os.h>
+       #if OS_EMBEDDED
+               typedef uint32_t cpuflags_t; // FIXME
+       #endif
+
        typedef uint32_t cpustack_t; // FIXME
        #define SIZEOF_CPUSTACK_T 4