1 /* Copyright 2015 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 PPAPI_SIMPLE_PS_INTERNAL_H_
6 #define PPAPI_SIMPLE_PS_INTERNAL_H_
8 #include "ppapi/c/ppb.h"
12 /* Defined in ps_instance.c. */
13 const void* PSGetInterfaceImplementation(const char*);
14 extern PPB_GetInterface g_ps_get_interface
;
18 #endif /* PPAPI_SIMPLE_PS_INTERNAL_H_ */