minix/kernel/arch/earm/glo.h

10 lines
167 B
C
Raw Normal View History

2012-10-08 03:38:03 +02:00
#ifndef __GLO_ARM_H__
#define __GLO_ARM_H__
#include "kernel/kernel.h"
#include "arch_proto.h"
EXTERN struct tss_s tss[CONFIG_MAX_CPUS];
#endif /* __GLO_ARM_H__ */