mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +00:00
Removed old elfloader.h and replaced with the current code (previously in elfloader-tmp.h)
This commit is contained in:
parent
70170b65b6
commit
5ab475498a
@ -28,7 +28,7 @@
|
||||
*
|
||||
* 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
|
||||
@ -66,7 +66,7 @@
|
||||
#ifndef __ELFLOADER_ARCH_H__
|
||||
#define __ELFLOADER_ARCH_H__
|
||||
|
||||
#include "elfloader-tmp.h"
|
||||
#include "elfloader.h"
|
||||
|
||||
/**
|
||||
* \brief Allocate RAM for a new module.
|
||||
|
@ -28,12 +28,12 @@
|
||||
*
|
||||
* 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 "loader/elfloader-tmp.h"
|
||||
#include "loader/elfloader.h"
|
||||
#include "loader/elfloader-arch.h"
|
||||
|
||||
#include "cfs/cfs.h"
|
||||
|
Loading…
Reference in New Issue
Block a user