Skip to content
Snippets Groups Projects
Commit 795ab695 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

copyright preambel

parent d65536f7
Branches
No related tags found
No related merge requests found
/**
* Native CPU atomic.h implementation
*
* Copyright (C) 2013 Ludwig Ortmann
*
* This file subject to the terms and conditions of the GNU General Public
* License. See the file LICENSE in the top level directory for more details.
*
* @ingroup arch
* @{
* @file
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @}
*/
#include <atomic.h> #include <atomic.h>
#include <cpu.h> #include <cpu.h>
#include "debug.h" #include "debug.h"
......
/**
* Native CPU hwtimer_arch.h implementation
*
* Copyright (C) 2013 Ludwig Ortmann
*
* This file subject to the terms and conditions of the GNU General Public
* License. See the file LICENSE in the top level directory for more details.
*
* @ingroup arch
* @{
* @file
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @}
*/
#include <time.h> #include <time.h>
#include <signal.h> #include <signal.h>
#include <stdint.h> #include <stdint.h>
......
/**
* Native CPU configuration
*
* Copyright (C) 2013 Ludwig Ortmann
*
* This file subject to the terms and conditions of the GNU General Public
* License. See the file LICENSE in the top level directory for more details.
*
* @ingroup arch
* @{
* @file
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @}
*/
#ifndef CPUCONF_H_ #ifndef CPUCONF_H_
#define CPUCONF_H_ #define CPUCONF_H_
#include <signal.h> #include <signal.h>
......
/**
* Native CPU interface
*
* Copyright (C) 2013 Ludwig Ortmann
*
* This file subject to the terms and conditions of the GNU General Public
* License. See the file LICENSE in the top level directory for more details.
*
* @ingroup arch
* @{
* @file
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @}
*/
#ifndef _CPU_H #ifndef _CPU_H
#define _CPU_H #define _CPU_H
......
/**
* Native CPU hwtimer_cpu configuration
*
* Copyright (C) 2013 Ludwig Ortmann
*
* This file subject to the terms and conditions of the GNU General Public
* License. See the file LICENSE in the top level directory for more details.
*
* @ingroup arch
* @{
* @file
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @}
*/
#ifndef HWTIMER_CPU_H_ #ifndef HWTIMER_CPU_H_
#define HWTIMER_CPU_H_ #define HWTIMER_CPU_H_
......
/**
* Native CPU irq.h implementation
*
* Copyright (C) 2013 Ludwig Ortmann
*
* This file subject to the terms and conditions of the GNU General Public
* License. See the file LICENSE in the top level directory for more details.
*
* @ingroup arch
* @{
* @file
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @}
*/
#include <signal.h> #include <signal.h>
#include <err.h> #include <err.h>
......
/**
* Native CPU lpm.h implementation
*
* Copyright (C) 2013 Ludwig Ortmann
*
* This file subject to the terms and conditions of the GNU General Public
* License. See the file LICENSE in the top level directory for more details.
*
* @ingroup arch
* @{
* @file
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @}
*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
......
/**
* Native CPU kernel_intern.h and sched.h implementation
*
* Copyright (C) 2013 Ludwig Ortmann
*
* This file subject to the terms and conditions of the GNU General Public
* License. See the file LICENSE in the top level directory for more details.
*
* @ingroup arch
* @{
* @file
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @}
*/
#include <stdio.h> #include <stdio.h>
#include <ucontext.h> #include <ucontext.h>
#include <err.h> #include <err.h>
......
/**
* Native CPU rtc.h implementation
*
* Copyright (C) 2013 Ludwig Ortmann
*
* This file subject to the terms and conditions of the GNU General Public
* License. See the file LICENSE in the top level directory for more details.
*
* @ingroup arch
* @{
* @file
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @}
*/
#include <time.h> #include <time.h>
#include "debug.h" #include "debug.h"
......
/**
* Native CPU entry code
*
* Copyright (C) 2013 Ludwig Ortmann
*
* This file subject to the terms and conditions of the GNU General Public
* License. See the file LICENSE in the top level directory for more details.
*
* @ingroup arch
* @{
* @file
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @}
*/
#include <stdio.h> #include <stdio.h>
#include <kernel_intern.h> #include <kernel_intern.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment