Subversion Repositories HelenOS-historic

Rev

Rev 1663 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1663 Rev 1781
Line 24... Line 24...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
 /** @addtogroup libcia64  
29
/** @addtogroup libcia64   
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#ifndef __LIBC__ia64PSTHREAD_H__
35
#ifndef LIBC_ia64_PSTHREAD_H_
36
#define __LIBC__ia64PSTHREAD_H__
36
#define LIBC_ia64_PSTHREAD_H_
37
 
37
 
38
#include <types.h>
38
#include <types.h>
39
#include <align.h>
39
#include <align.h>
40
#include <libarch/stack.h>
40
#include <libarch/stack.h>
41
#include <arch/types.h>
41
#include <libarch/types.h>
42
 
42
 
43
/*
43
/*
44
 * context_save() and context_restore() are both leaf procedures.
44
 * context_save() and context_restore() are both leaf procedures.
45
 * No need to allocate scratch area.
45
 * No need to allocate scratch area.
46
 */
46
 */