mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
9 lines
152 B
C
9 lines
152 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
|