blob: f60af9725651428da5e0ca3c54991cef8d971430 [file] [log] [blame]
Pirama Arumuga Nainar1e0557a2014-12-02 15:02:18 -08001/*
Dan Willemsen2cec3132020-01-23 10:58:52 -08002 * Copyright (C) 2016 The Android Open Source Project
Pirama Arumuga Nainar1e0557a2014-12-02 15:02:18 -08003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
Dan Willemsen2cec3132020-01-23 10:58:52 -08008 * http://www.apache.org/licenses/LICENSE-2.0
Pirama Arumuga Nainar1e0557a2014-12-02 15:02:18 -08009 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
Dan Willemsen2cec3132020-01-23 10:58:52 -080017// Don't edit this file! It is auto-generated by frameworks/rs/api/generate.sh.
18
Pirama Arumuga Nainarb85ce442020-07-26 22:34:08 -070019#ifndef RSFunctionsList_H
20#define RSFunctionsList_H
Pirama Arumuga Nainar1e0557a2014-12-02 15:02:18 -080021
22#include <cstdlib>
Dan Willemsen2cec3132020-01-23 10:58:52 -080023#include <array>
24#include <string_view>
Pirama Arumuga Nainar1e0557a2014-12-02 15:02:18 -080025
Dan Willemsen2cec3132020-01-23 10:58:52 -080026extern std::array<std::string_view, 2328> stubList;
Pirama Arumuga Nainar1e0557a2014-12-02 15:02:18 -080027
Pirama Arumuga Nainarb85ce442020-07-26 22:34:08 -070028#endif // RSFunctionsList_H