Subversion Repositories HelenOS

Rev

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

Rev 4338 Rev 4342
Line 57... Line 57...
57
typedef uint64_t unative_t;
57
typedef uint64_t unative_t;
58
typedef int64_t native_t;
58
typedef int64_t native_t;
59
 
59
 
60
typedef uintptr_t ioport_t;
60
typedef uintptr_t ioport_t;
61
 
61
 
-
 
62
typedef struct {
-
 
63
} fncptr_t;
-
 
64
 
62
/**< Formats for uintptr_t, size_t, count_t and index_t */
65
/**< Formats for uintptr_t, size_t, count_t and index_t */
63
#define PRIp "llx"
66
#define PRIp "llx"
64
#define PRIs "llu"
67
#define PRIs "llu"
65
#define PRIc "llu"
68
#define PRIc "llu"
66
#define PRIi "llu"
69
#define PRIi "llu"