amemcpy.c, cls.h, init.h, kmalloc.h, kmsg.hcopoyright

This commit is contained in:
Yuji Saeki
2013-11-14 17:30:43 +09:00
parent 611d14da67
commit 821396be7b
5 changed files with 60 additions and 0 deletions

View File

@ -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
#define __HEADER_KMALLOC_H