Subversion Repositories HelenOS-historic

Rev

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

Rev 804 Rev 857
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __SFTYPES_H__
29
#ifndef __SFTYPES_H__
30
#define __SFTYPES_H__
30
#define __SFTYPES_H__
31
 
31
 
-
 
32
#include <types.h>
-
 
33
#include <arch.h>
-
 
34
 
32
typedef union {
35
typedef union {
33
    float f;
36
    float f;
34
    __u32 binary;
37
    __u32 binary;
35
 
38
 
36
    struct  {
39
    struct  {