]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/machine_rpc.h
xnu-344.tar.gz
[apple/xnu.git] / osfmk / i386 / machine_rpc.h
index 73e7bb253187b2bdc1889e8a977d8cb00e4100f8..b444de08919b9fb180fed0a8d1f6dc035f1c8912 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2002,2000 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
 #ifndef _MACHINE_RPC_H_
 #define _MACHINE_RPC_H_
 
 #ifndef _MACHINE_RPC_H_
 #define _MACHINE_RPC_H_
 
-#if     ETAP_EVENT_MONITOR
-#define ETAP_EXCEPTION_PROBE(_f, _th, _ex, _sysnum)             \
-        if (_ex == EXC_SYSCALL) {                               \
-                ETAP_PROBE_DATA(ETAP_P_SYSCALL_UNIX,            \
-                                _f,                             \
-                                _th,                            \
-                                _sysnum,                        \
-                                sizeof(int));                   \
-        }
-#else   /* ETAP_EVENT_MONITOR */
-#define ETAP_EXCEPTION_PROBE(_f, _th, _ex, _sysnum)
-#endif  /* ETAP_EVENT_MONITOR */
-
-extern void exception_return_wrapper( void );
-
 #endif /* _MACHINE_RPC_H_ */
 #endif /* _MACHINE_RPC_H_ */