repo.or.cz
/
hh.org.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hh.org updates
[hh.org.git]
/
arch
/
arm
/
mach-pxa
/
hx4700
/
hx4700_bt.h
blob
f0883703337b43523a00060fdc2cf7d8501562eb
1
/*
2
* Bluetooth support file for calling bluetooth configuration functions
3
*
4
* Copyright (c) 2005 SDG Systems, LLC
5
*
6
* 2005-06 Todd Blumer Initial Revision
7
*/
8
9
#ifndef _HX4700_BT_H
10
#define _HX4700_BT_H
11
12
struct
hx4700_bt_funcs
{
13
void
(*
configure
) (
int
state
);
14
};
15
16
17
#endif