diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-06-13 17:40:27 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-06-13 17:40:27 +0000 |
commit | 8905d0dcfde388f376367767b0f450dbbeeef90c (patch) | |
tree | 6649d03e0fe9762144afe17c55b33bf591f7e313 /libgloss/spu/jsre.h | |
parent | b338158ee6c4035bccf02b9d79e75fca0090fc6c (diff) | |
download | cygnal-8905d0dcfde388f376367767b0f450dbbeeef90c.tar.gz cygnal-8905d0dcfde388f376367767b0f450dbbeeef90c.tar.bz2 cygnal-8905d0dcfde388f376367767b0f450dbbeeef90c.zip |
2007-06-13 Patrick Mansfield <patmans@us.ibm.com>
* spu/Makefile.in: Add nanosleep.c.
* spu/jsre.h: Add JSRE_NANOSLEEP.
* spu/nanosleep.c: New file, supply nanosleep via an assist call.
Diffstat (limited to 'libgloss/spu/jsre.h')
-rw-r--r-- | libgloss/spu/jsre.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgloss/spu/jsre.h b/libgloss/spu/jsre.h index dc89c0d9f..40fd540e7 100644 --- a/libgloss/spu/jsre.h +++ b/libgloss/spu/jsre.h @@ -1,5 +1,5 @@ /* -(C) Copyright IBM Corp. 2005, 2006 +(C) Copyright IBM Corp. 2005, 2006, 2007 All rights reserved. @@ -49,6 +49,7 @@ Author: Andreas Neukoetter (ti95neuk@de.ibm.com) #define JSRE_FTRUNCATE 28 #define JSRE_ACCESS 29 #define JSRE_DUP 30 +#define JSRE_NANOSLEEP 32 typedef struct { unsigned int dev; |