Sign in

gwj / at91sam9263 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • at91sam9263
  • bt-host.h
  • Clean build: Add bt-host.h ...
    5ef4efa4
    Silence compiler warning by providing proper CONFIG_BLUEZ-independent
    header for the bt-host API.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6809 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-03-10 21:43:35 +0000  
    Browse File ยป
bt-host.h 123 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9
#ifndef BT_HOST_H
#define BT_HOST_H

struct HCIInfo;

/* bt-host.c */
struct HCIInfo *bt_host_hci(const char *id);

#endif