Moved stuff into sys subdir to clean up the 6502 dir (and because the corresponding shared stuff is in the sys as well).

This commit is contained in:
oliverschmidt 2007-12-15 00:14:18 +00:00
parent 983688bef6
commit e59252ab29
5 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* $Id: clock.c,v 1.2 2007/05/29 22:25:49 oliverschmidt Exp $
* $Id: clock.c,v 1.1 2007/12/15 00:14:19 oliverschmidt Exp $
*/
#include <time.h>

View File

@ -30,7 +30,7 @@
;
; Author: Adam Dunkels <adam@sics.se>
;
; $Id: mtarch-asm.S,v 1.2 2007/08/10 10:45:35 oliverschmidt Exp $
; $Id: mtarch-asm.S,v 1.1 2007/12/15 00:14:19 oliverschmidt Exp $
;
;---------------------------------------------------------------------
.import __ZP_START__

View File

@ -30,12 +30,12 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: mtarch.c,v 1.3 2007/12/06 10:36:33 oliverschmidt Exp $
* $Id: mtarch.c,v 1.1 2007/12/15 00:14:19 oliverschmidt Exp $
*/
#include <string.h>
#include "mtarch.h"
#include "sys/mtarch.h"
unsigned char mtarch_asm_threadspreg;
unsigned char *mtarch_asm_threadzp;

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: mtarch.h,v 1.3 2007/08/10 10:45:35 oliverschmidt Exp $
* $Id: mtarch.h,v 1.1 2007/12/15 00:14:19 oliverschmidt Exp $
*/
#ifndef __MTARCH_H__

View File

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: rtimer-arch.h,v 1.2 2007/05/19 13:20:37 oliverschmidt Exp $
* $Id: rtimer-arch.h,v 1.1 2007/12/15 00:14:19 oliverschmidt Exp $
*/
#ifndef __RTIMER_ARCH_H__