Removed old elfloader.h and replaced with the current code (previously in elfloader-tmp.h)

This commit is contained in:
adamdunkels 2006-12-18 12:11:15 +00:00
parent 70170b65b6
commit 5ab475498a
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* @(#)$Id: elfloader-arch.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $ * @(#)$Id: elfloader-arch.h,v 1.2 2006/12/18 12:11:15 adamdunkels Exp $
*/ */
/** /**
* \addtogroup elfloader * \addtogroup elfloader
@ -66,7 +66,7 @@
#ifndef __ELFLOADER_ARCH_H__ #ifndef __ELFLOADER_ARCH_H__
#define __ELFLOADER_ARCH_H__ #define __ELFLOADER_ARCH_H__
#include "elfloader-tmp.h" #include "elfloader.h"
/** /**
* \brief Allocate RAM for a new module. * \brief Allocate RAM for a new module.

View File

@ -28,12 +28,12 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* @(#)$Id: elfloader.c,v 1.2 2006/12/18 11:55:42 adamdunkels Exp $ * @(#)$Id: elfloader.c,v 1.3 2006/12/18 12:11:15 adamdunkels Exp $
*/ */
#include "contiki.h" #include "contiki.h"
#include "loader/elfloader-tmp.h" #include "loader/elfloader.h"
#include "loader/elfloader-arch.h" #include "loader/elfloader-arch.h"
#include "cfs/cfs.h" #include "cfs/cfs.h"