xref: /third_party/mesa3d/include/GLES/egl.h (revision bf215546)
1bf215546Sopenharmony_ci/*
2bf215546Sopenharmony_ci** Copyright (c) 2008-2017 The Khronos Group Inc.
3bf215546Sopenharmony_ci**
4bf215546Sopenharmony_ci** Licensed under the Apache License, Version 2.0 (the "License");
5bf215546Sopenharmony_ci** you may not use this file except in compliance with the License.
6bf215546Sopenharmony_ci** You may obtain a copy of the License at
7bf215546Sopenharmony_ci**
8bf215546Sopenharmony_ci**     http://www.apache.org/licenses/LICENSE-2.0
9bf215546Sopenharmony_ci**
10bf215546Sopenharmony_ci** Unless required by applicable law or agreed to in writing, software
11bf215546Sopenharmony_ci** distributed under the License is distributed on an "AS IS" BASIS,
12bf215546Sopenharmony_ci** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13bf215546Sopenharmony_ci** See the License for the specific language governing permissions and
14bf215546Sopenharmony_ci** limitations under the License.
15bf215546Sopenharmony_ci*/
16bf215546Sopenharmony_ci
17bf215546Sopenharmony_ci/*
18bf215546Sopenharmony_ci * Skeleton egl.h to provide compatibility for early GLES 1.0
19bf215546Sopenharmony_ci * applications. Several early implementations included gl.h
20bf215546Sopenharmony_ci * in egl.h leading applications to include only egl.h
21bf215546Sopenharmony_ci */
22bf215546Sopenharmony_ci
23bf215546Sopenharmony_ci#ifndef __legacy_egl_h_
24bf215546Sopenharmony_ci#define __legacy_egl_h_
25bf215546Sopenharmony_ci
26bf215546Sopenharmony_ci#include <EGL/egl.h>
27bf215546Sopenharmony_ci#include <GLES/gl.h>
28bf215546Sopenharmony_ci
29bf215546Sopenharmony_ci#endif /* __legacy_egl_h_ */
30