OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [e1/] [bits/] [setjmp.h] - Blame information for rev 1325

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
/* This file is lisenced under LGPL.
2
 * Copyright (C) 2002-2003,    George Thanos <george.thanos@gdt.gr>
3
 *                             Yannis Mitsos <yannis.mitsos@gdt.gr>
4
 */
5
 
6
#ifndef _SETJMP_H
7
# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
8
#endif
9
 
10
typedef struct {
11
        unsigned long G3;
12
        unsigned long G4;
13
        unsigned long SavedSP;
14
        unsigned long SavedPC;
15
        unsigned long SavedSR;
16
        unsigned long ReturnValue;
17
} __jmp_buf[1];
18
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.