/trunk/kernel/arch/ppc32/include/drivers/pic.h |
---|
32,8 → 32,8 |
/** @file |
*/ |
#ifndef __PIC_H_ |
#define __PIC_H_ |
#ifndef KERN_ppc32_PIC_H_ |
#define KERN_ppc32_PIC_H_ |
#define PIC_PENDING_LOW 8 |
#define PIC_PENDING_HIGH 4 |
/trunk/kernel/arch/ppc32/include/drivers/cuda.h |
---|
32,8 → 32,8 |
/** @file |
*/ |
#ifndef __CUDA_H__ |
#define __CUDA_H__ |
#ifndef KERN_ppc32_CUDA_H_ |
#define KERN_ppc32_CUDA_H_ |
#include <arch/types.h> |
#include <typedefs.h> |