Subversion Repositories HelenOS

Rev

Rev 2360 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2360 Rev 2410
Line 28... Line 28...
28
 
28
 
29
/** @addtogroup arm32
29
/** @addtogroup arm32
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
-
 
33
 *  @brief GXemul peripheries drivers declarations.
33
 */
34
 */
34
 
35
 
35
#ifndef KERN_arm32_GXEMUL_H_
36
#ifndef KERN_arm32_GXEMUL_H_
36
#define KERN_arm32_GXEMUL_H_
37
#define KERN_arm32_GXEMUL_H_
37
 
38
 
38
#include <console/chardev.h>
39
#include <console/chardev.h>
39
 
40
 
-
 
41
/** Last interrupt number (beginning from 0) whose status is probed
-
 
42
 * from interrupt controller
-
 
43
 */
40
#define GXEMUL_IRQC_MAX_IRQ     8
44
#define GXEMUL_IRQC_MAX_IRQ     8
-
 
45
 
-
 
46
/** Timer frequency */
41
#define GXEMUL_TIMER_FREQ       100
47
#define GXEMUL_TIMER_FREQ       100
42
 
48
 
43
 
49
 
44
/** Struct containing mappings of gxemul HW devices into kernel part
50
/** Struct containing mappings of gxemul HW devices into kernel part
45
 *  of virtual address space.
51
 *  of virtual address space.