Subversion Repositories HelenOS-historic

Rev

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

Rev 125 Rev 195
Line 41... Line 41...
41
#include <panic.h>
41
#include <panic.h>
42
 
42
 
43
#include <synch/spinlock.h>
43
#include <synch/spinlock.h>
44
 
44
 
45
#include <arch/asm.h>
45
#include <arch/asm.h>
-
 
46
#include <arch.h>
46
 
47
 
47
count_t frames = 0;
48
count_t frames = 0;
48
count_t frames_free;
49
count_t frames_free;
49
 
50
 
50
__u8 *frame_bitmap;
51
__u8 *frame_bitmap;