mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +00:00
8 lines
151 B
C
8 lines
151 B
C
|
#ifndef _FBT_HCI_DEFS_H
|
||
|
#define _FBT_HCI_DEFS_H
|
||
|
|
||
|
#include "fbtHciCmds.h"
|
||
|
#include "fbtHciEvents.h"
|
||
|
#include "fbtHciErrors.h"
|
||
|
|
||
|
#endif // _FBT_HCI_DEFS_H
|