Subversion Repositories HelenOS-historic

Rev

Rev 1286 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1286 Rev 1656
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 libcppc32 
-
 
30
 * @{
-
 
31
 */
-
 
32
/** @file
-
 
33
 */
-
 
34
 
29
#ifndef __ppc32_REGNAME_H__
35
#ifndef __ppc32_REGNAME_H__
30
#define __ppc32_REGNAME_H__
36
#define __ppc32_REGNAME_H__
31
 
37
 
32
/* Condition Register Bit Fields */
38
/* Condition Register Bit Fields */
33
#define cr0 0
39
#define cr0 0
Line 175... Line 181...
175
#define evr29   29
181
#define evr29   29
176
#define evr30   30
182
#define evr30   30
177
#define evr31   31
183
#define evr31   31
178
 
184
 
179
#endif
185
#endif
-
 
186
 
-
 
187
 /** @}
-
 
188
 */
-
 
189