ap.c, futex.c, jhash.h, timer.c, waitq.c copyrights

This commit is contained in:
Balazs Gerofi bgerofi@riken.jp
2013-11-14 16:20:08 +09:00
parent 3f60324d4e
commit dcea4fefb3
5 changed files with 69 additions and 8 deletions

View File

@ -1,5 +1,15 @@
/* Kitten waitqueue adaptation */
/**
* \file waitq.c
* Licence details are found in the file LICENSE.
*
* \brief
* Waitqueue adaptation from Sandia's Kitten OS
* (originally taken from Linux)
*
* \author Balazs Gerofi <bgerofi@riken.jp> \par
* Copyright (C) 2012 RIKEN AICS
*
*/
#include <waitq.h>
#include <process.h>