Subversion Repositories HelenOS

Rev

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

Rev 1787 Rev 1888
Line 32... Line 32...
32
/**
32
/**
33
 * @file
33
 * @file
34
 * @brief   ia32 specific DDI declarations and macros.
34
 * @brief   ia32 specific DDI declarations and macros.
35
 */
35
 */
36
 
36
 
37
#ifndef __ia32_DDI_H__
37
#ifndef KERN_ia32_DDI_H_
38
#define __ia32_DDI_H__
38
#define KERN_ia32_DDI_H_
39
 
39
 
40
extern void io_perm_bitmap_install(void);
40
extern void io_perm_bitmap_install(void);
41
 
41
 
42
#endif
42
#endif
43
 
43
 
44
/** @}
44
/** @}
45
 */
45
 */
46
 
-