diff options
Diffstat (limited to 'tools/hciattach_st.c')
| -rw-r--r-- | tools/hciattach_st.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/tools/hciattach_st.c b/tools/hciattach_st.c index db73cfb5..744ae838 100644 --- a/tools/hciattach_st.c +++ b/tools/hciattach_st.c @@ -27,3 +27,8 @@  #include <stdio.h>  #include <errno.h> + +int stlc2500_init(int fd) +{ +	return 0; +} | 
