Changeset 20364 in vbox for trunk/src/VBox/Runtime/r0drv/darwin
- Timestamp:
- Jun 8, 2009 12:17:43 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48287
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h
r19919 r20364 87 87 88 88 89 __BEGIN_DECLS89 RT_BEGIN_DECLS 90 90 /* mach/vm_types.h */ 91 91 typedef struct pmap *pmap_t; … … 120 120 extern int ml_get_max_cpus(void); 121 121 122 __END_DECLS122 RT_END_DECLS 123 123 124 124 … … 127 127 */ 128 128 129 __BEGIN_DECLS129 RT_BEGIN_DECLS 130 130 extern lck_grp_t *g_pDarwinLockGroup; 131 131 int rtThreadPreemptDarwinInit(void); 132 132 void rtThreadPreemptDarwinTerm(void); 133 __END_DECLS133 RT_END_DECLS 134 134 135 135
Note:
See TracChangeset
for help on using the changeset viewer.