amemcpy.c, cls.h, init.h, kmalloc.h, kmsg.hcopoyright
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
/**
|
||||||
|
* \file amemcpy.h
|
||||||
|
* License details are found in the file LICENSE.
|
||||||
|
* \brief
|
||||||
|
* Wait function for asynchronous memory copy
|
||||||
|
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
|
||||||
|
* Copyright (C) 2011 - 2012 Taku Shimosawa
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
* HISTORY:
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef HEADER_AMEMCPY_H
|
#ifndef HEADER_AMEMCPY_H
|
||||||
#define HEADER_AMEMCPY_H
|
#define HEADER_AMEMCPY_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
|
/**
|
||||||
|
* \file cls.h
|
||||||
|
* License details are found in the file LICENSE.
|
||||||
|
* \brief
|
||||||
|
* Structure of cpu local variable
|
||||||
|
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
|
||||||
|
* Copyright (C) 2011 - 2012 Taku Shimosawa
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
* HISTORY:
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __HEADER_CLS_H
|
#ifndef __HEADER_CLS_H
|
||||||
#define __HEADER_CLS_H
|
#define __HEADER_CLS_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
|
/**
|
||||||
|
* \file init.h
|
||||||
|
* License details are found in the file LICENSE.
|
||||||
|
* \brief
|
||||||
|
* Initialization functions
|
||||||
|
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
|
||||||
|
* Copyright (C) 2011 - 2012 Taku Shimosawa
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
* HISTORY:
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef INIT_H
|
#ifndef INIT_H
|
||||||
#define INIT_H
|
#define INIT_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
|
/**
|
||||||
|
* \file kmalloc.h
|
||||||
|
* License details are found in the file LICENSE.
|
||||||
|
* \brief
|
||||||
|
* kmalloc and kfree functions
|
||||||
|
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
|
||||||
|
* Copyright (C) 2011 - 2012 Taku Shimosawa
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
* HISTORY:
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __HEADER_KMALLOC_H
|
#ifndef __HEADER_KMALLOC_H
|
||||||
#define __HEADER_KMALLOC_H
|
#define __HEADER_KMALLOC_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
|
/**
|
||||||
|
* \file kmsg.h
|
||||||
|
* License details are found in the file LICENSE.
|
||||||
|
* \brief
|
||||||
|
* Functions of output to McKernel message
|
||||||
|
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
|
||||||
|
* Copyright (C) 2011 - 2012 Taku Shimosawa
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
* HISTORY:
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef KMSG_H
|
#ifndef KMSG_H
|
||||||
#define KMSG_H
|
#define KMSG_H
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user