linux-headers/arch/e2k/include/asm/epicdef.h

14 lines
259 B
C

#ifndef _ASM_E2K_EPICDEF_H
#define _ASM_E2K_EPICDEF_H
/*
* Constants for e2k EPICs (CEPIC, IOEPIC)
*/
#define IO_EPIC_DEFAULT_PHYS_BASE 0xfec00000UL
#define EPIC_DEFAULT_PHYS_BASE 0xfee00000UL
#include <asm-l/epicdef.h>
#endif /* _ASM_E2K_EPICDEF_H */