• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.
4 
5 // This is a catch-all header that includes everything.
6 //
7 // Note: This header should be compilable as C.
8 
9 #ifndef MOJO_PUBLIC_C_SYSTEM_CORE_H_
10 #define MOJO_PUBLIC_C_SYSTEM_CORE_H_
11 
12 #include "mojo/public/c/system/buffer.h"
13 #include "mojo/public/c/system/data_pipe.h"
14 #include "mojo/public/c/system/functions.h"
15 #include "mojo/public/c/system/invitation.h"
16 #include "mojo/public/c/system/macros.h"
17 #include "mojo/public/c/system/message_pipe.h"
18 #include "mojo/public/c/system/platform_handle.h"
19 #include "mojo/public/c/system/quota.h"
20 #include "mojo/public/c/system/system_export.h"
21 #include "mojo/public/c/system/trap.h"
22 #include "mojo/public/c/system/types.h"
23 
24 #endif  // MOJO_PUBLIC_C_SYSTEM_CORE_H_
25