From 54e19782ae53975c9bb9c2cd004486fa12a51614 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 27 Mar 2010 15:16:57 +0000 Subject: [PATCH] Moved PFS header from Apple2 directory to 6502 directory as we're going to have other PFS implementations. --- cpu/6502/6502def.h | 4 +++- platform/apple2enh/contiki-conf.h | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpu/6502/6502def.h b/cpu/6502/6502def.h index 656ce4a30..07e5decee 100644 --- a/cpu/6502/6502def.h +++ b/cpu/6502/6502def.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * @(#)$Id: 6502def.h,v 1.20 2010/02/04 23:52:30 oliverschmidt Exp $ + * @(#)$Id: 6502def.h,v 1.21 2010/03/27 15:16:57 oliverschmidt Exp $ */ #ifndef __6502DEF_H__ @@ -43,6 +43,8 @@ #include #include +#include "pfs.h" + /* These names are deprecated, use C99 names. */ typedef uint8_t u8_t; typedef uint16_t u16_t; diff --git a/platform/apple2enh/contiki-conf.h b/platform/apple2enh/contiki-conf.h index c7e735f51..97162b3a4 100644 --- a/platform/apple2enh/contiki-conf.h +++ b/platform/apple2enh/contiki-conf.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: contiki-conf.h,v 1.20 2010/02/13 10:46:36 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.21 2010/03/27 15:16:57 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -38,8 +38,6 @@ #include "6502def.h" -#include "pfs.h" - #define CTK_CONF_MENU_KEY CH_ESC #define CTK_CONF_WINDOWSWITCH_KEY 0x17 /* Ctrl-W */ #define CTK_CONF_WIDGETUP_KEY 0x01 /* Ctrl-A */