fpa11.h (05668381140309088443bf5dc53add4104610fbb) fpa11.h (4baa9922430662431231ac637adedddbb0cfb2d7)
1/*
2 NetWinder Floating Point Emulator
3 (c) Rebel.com, 1998-1999
4
5 Direct questions, comments to Scott Bambrough <scottb@netwinder.org>
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by

--- 55 unchanged lines hidden (view full) ---

64} __attribute__ ((packed,aligned(4))) FPREG;
65
66/*
67 * FPA11 device model.
68 *
69 * This structure is exported to user space. Do not re-order.
70 * Only add new stuff to the end, and do not change the size of
71 * any element. Elements of this structure are used by user
1/*
2 NetWinder Floating Point Emulator
3 (c) Rebel.com, 1998-1999
4
5 Direct questions, comments to Scott Bambrough <scottb@netwinder.org>
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by

--- 55 unchanged lines hidden (view full) ---

64} __attribute__ ((packed,aligned(4))) FPREG;
65
66/*
67 * FPA11 device model.
68 *
69 * This structure is exported to user space. Do not re-order.
70 * Only add new stuff to the end, and do not change the size of
71 * any element. Elements of this structure are used by user
72 * space, and must match struct user_fp in include/asm-arm/user.h.
72 * space, and must match struct user_fp in <asm/user.h>.
73 * We include the byte offsets below for documentation purposes.
74 *
75 * The size of this structure and FPREG are checked by fpmodule.c
76 * on initialisation. If the rules have been broken, NWFPE will
77 * not initialise.
78 */
79typedef struct tagFPA11 {
80/* 0 */ FPREG fpreg[8]; /* 8 floating point registers */

--- 37 unchanged lines hidden ---
73 * We include the byte offsets below for documentation purposes.
74 *
75 * The size of this structure and FPREG are checked by fpmodule.c
76 * on initialisation. If the rules have been broken, NWFPE will
77 * not initialise.
78 */
79typedef struct tagFPA11 {
80/* 0 */ FPREG fpreg[8]; /* 8 floating point registers */

--- 37 unchanged lines hidden ---