Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2329 → Rev 2356

/branches/arm/kernel/arch/arm32/include/cpu.h
30,6 → 30,7
* @{
*/
/** @file
* @brief CPU identification.
*/
 
#ifndef KERN_arm32_CPU_H_
39,7 → 40,7
#include <arch/asm.h>
 
 
/** Structure representing ARM CPU identifiaction. */
/** Struct representing ARM CPU identifiaction. */
typedef struct {
/** Implementator (vendor) number. */
uint32_t imp_num;