Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2089
Line 39... Line 39...
39
 * publicly available.
39
 * publicly available.
40
 */
40
 */
41
 
41
 
42
#include <arch/drivers/fhc.h>
42
#include <arch/drivers/fhc.h>
43
#include <arch/trap/interrupt.h>
43
#include <arch/trap/interrupt.h>
44
#include <arch/mm/page.h>
44
#include <mm/page.h>
45
#include <mm/slab.h>
45
#include <mm/slab.h>
46
#include <arch/types.h>
46
#include <arch/types.h>
47
#include <typedefs.h>
-
 
48
#include <genarch/ofw/ofw_tree.h>
47
#include <genarch/ofw/ofw_tree.h>
49
 
48
 
50
fhc_t *central_fhc = NULL;
49
fhc_t *central_fhc = NULL;
51
 
50
 
52
/**
51
/**