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;