/* Copyright 2012 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* From ppb_file_system.idl modified Thu Jun 13 14:30:40 2013. */ #ifndef PPAPI_C_PPB_FILE_SYSTEM_H_ #define PPAPI_C_PPB_FILE_SYSTEM_H_ #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_completion_callback.h" #include "ppapi/c/pp_file_info.h" #include "ppapi/c/pp_instance.h" #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_stdint.h" #define PPB_FILESYSTEM_INTERFACE_1_0 … #define PPB_FILESYSTEM_INTERFACE … /** * @file * This file defines the API to create a file system associated with a file. */ /** * @addtogroup Interfaces * @{ */ /** * The <code>PPB_FileSystem</code> struct identifies the file system type * associated with a file. */ struct PPB_FileSystem_1_0 { … }; PPB_FileSystem; /** * @} */ #endif /* PPAPI_C_PPB_FILE_SYSTEM_H_ */