1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef SANDBOX_MAC_XPC_STUBS_HEADER_FRAGMENT_
6 #define SANDBOX_MAC_XPC_STUBS_HEADER_FRAGMENT_
8 #include <bsm/libbsm.h>
10 #include "sandbox/sandbox_export.h"
12 // Declare or include public types.
13 #if !defined(MAC_OS_X_VERSION_10_7) || \
14 MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
17 typedef void* xpc_object_t;
26 // Declare private types.
28 typedef struct _xpc_pipe_s* xpc_pipe_t;
31 #endif // SANDBOX_MAC_XPC_STUBS_HEADER_FRAGMENT_