Subversion Repositories HelenOS-historic

Rev

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

Rev 815 Rev 955
Line 1... Line 1...
1
/*
1
 
2
 * Copyright (C) 2005 Jakub Jermar
2
 * Copyright (C) 2005 Jakub Jermar
3
 * All rights reserved.
3
 * All rights reserved.
4
 *
4
 *
5
 * Redistribution and use in source and binary forms, with or without
5
 * Redistribution and use in source and binary forms, with or without
6
 * modification, are permitted provided that the following conditions
6
 * modification, are permitted provided that the following conditions
Line 45... Line 45...
45
typedef __u64 pfn_t;
45
typedef __u64 pfn_t;
46
 
46
 
47
typedef __u64 ipl_t;
47
typedef __u64 ipl_t;
48
 
48
 
49
typedef __u64 __native;
49
typedef __u64 __native;
-
 
50
typedef __s64 __native;
50
 
51
 
51
typedef struct pte pte_t;
52
typedef struct pte pte_t;
52
 
53
 
53
#endif
54
#endif