Subversion Repositories HelenOS

Rev

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

Rev 2131 Rev 2175
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef KERN_arm32_FRAME_H_
35
#ifndef KERN_arm32_FRAME_H_
36
#define KERN_arm32_FRAME_H_
36
#define KERN_arm32_FRAME_H_
37
 
37
 
38
#define FRAME_WIDTH     0   /* TODO */
38
#define FRAME_WIDTH     12 /* 4KB frames */
39
#define FRAME_SIZE      (1 << FRAME_WIDTH)
39
#define FRAME_SIZE      (1 << FRAME_WIDTH)
40
 
40
 
41
#ifdef KERNEL
41
#ifdef KERNEL
42
#ifndef __ASM__
42
#ifndef __ASM__
43
 
43