Subversion Repositories HelenOS

Rev

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

Rev 1889 Rev 1890
Line 46... Line 46...
46
 
46
 
47
typedef struct {
47
typedef struct {
48
} as_arch_t;
48
} as_arch_t;
49
 
49
 
50
#define as_install_arch(as)
50
#define as_install_arch(as)
-
 
51
#define as_deinstall_arch(as)
51
#define as_invalidate_translation_cache(as, page, cnt)
52
#define as_invalidate_translation_cache(as, page, cnt)
52
 
53
 
53
extern void as_arch_init(void);
54
extern void as_arch_init(void);
54
 
55
 
55
#endif
56
#endif