Moved PFS header from Apple2 directory to 6502 directory as we're going to have other PFS implementations.

This commit is contained in:
oliverschmidt 2010-03-27 15:16:57 +00:00
parent 6769e6a99f
commit 54e19782ae
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* @(#)$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 <stdint.h>
#include <unistd.h>
#include "pfs.h"
/* These names are deprecated, use C99 names. */
typedef uint8_t u8_t;
typedef uint16_t u16_t;

View File

@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* $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 */