Subversion Repositories HelenOS

Rev

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

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