Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1781 → Rev 1694

/uspace/trunk/libc/arch/amd64/include/faddr.h
File deleted
/uspace/trunk/libc/arch/amd64/include/config.h
File deleted
/uspace/trunk/libc/arch/amd64/include/context_offset.h
8,5 → 8,9
#define OFFSET_R14 0x30
#define OFFSET_R15 0x38
#define OFFSET_TLS 0x40
 
 
/** @}
*/
/uspace/trunk/libc/arch/amd64/include/limits.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcamd64
/** @addtogroup libcamd64
* @{
*/
/** @file
42,5 → 42,10
 
#endif
 
/** @}
 
 
 
/** @}
*/
/uspace/trunk/libc/arch/amd64/include/types.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcamd64
/** @addtogroup libcamd64
* @{
*/
/** @file
40,7 → 40,7
typedef signed long ssize_t;
typedef ssize_t off_t;
 
typedef signed char int8_t;
typedef char int8_t;
typedef short int int16_t;
typedef int int32_t;
typedef long long int int64_t;
50,9 → 50,10
typedef unsigned int uint32_t;
typedef unsigned long long int uint64_t;
 
typedef uint64_t uintptr_t;
 
#endif
 
/** @}
 
/** @}
*/