File: pl_list.c

package info (click to toggle)
fastrpc 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,816 kB
  • sloc: ansic: 30,070; makefile: 230; sh: 31
file content (10 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause

#include "platform_libs.h"

PL_DEP(gpls)
PL_DEP(listener_android)

struct platform_lib *(*pl_list[])(void) = {PL_ENTRY(gpls),
                                           PL_ENTRY(listener_android), 0};