Subversion Repositories HelenOS-historic

Rev

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

Rev 1702 Rev 1704
Line 28... Line 28...
28
 
28
 
29
 /** @addtogroup genarch   
29
 /** @addtogroup genarch   
30
 * @{
30
 * @{
31
 */
31
 */
32
/**
32
/**
33
 * @file    madt.c
33
 * @file
34
 * @brief   Multiple APIC Description Table (MADT) parsing.
34
 * @brief   Multiple APIC Description Table (MADT) parsing.
35
 */
35
 */
36
 
36
 
37
#include <arch/types.h>
37
#include <arch/types.h>
38
#include <typedefs.h>
38
#include <typedefs.h>