Blob: intel.h

Blob id: bfb04540c058e9bc0f0853914ba67508295aebc3

Size: 428 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 *
 *  BlueZ - Bluetooth protocol stack for Linux
 *
 *  Copyright (C) 2011-2014  Intel Corporation
 *  Copyright (C) 2002-2010  Marcel Holtmann <marcel@holtmann.org>
 *
 *
 */

#include <stdint.h>

struct vendor_ocf;
struct vendor_evt;

const struct vendor_ocf *intel_vendor_ocf(uint16_t ocf);
const struct vendor_evt *intel_vendor_evt(const void *data, int *consumed_size);