aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/wait.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-11-18 11:44:40 +0000
committerKeir Fraser <keir@xen.org>2010-11-18 11:44:40 +0000
commitc03ec255cdfe2ee762e27be80132ee240be50314 (patch)
tree36cadfbffdfd177e2f0be776ff73046c6e460365 /xen/include/xen/wait.h
parent49778ecb727ad5e6218bfb0119dc79035594ae21 (diff)
downloadxen-c03ec255cdfe2ee762e27be80132ee240be50314.tar.gz
xen-c03ec255cdfe2ee762e27be80132ee240be50314.tar.bz2
xen-c03ec255cdfe2ee762e27be80132ee240be50314.zip
waitqueue: Add license info to source file.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/xen/wait.h')
-rw-r--r--xen/include/xen/wait.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/xen/wait.h b/xen/include/xen/wait.h
index c1793fd304..dd3db9f872 100644
--- a/xen/include/xen/wait.h
+++ b/xen/include/xen/wait.h
@@ -2,6 +2,8 @@
* wait.h
*
* Sleep in hypervisor context for some event to occur.
+ *
+ * Copyright (c) 2010, Keir Fraser <keir@xen.org>
*/
#ifndef __XEN_WAIT_H__