- Move and implement some helper functions to a non private header(revision version etc)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29637 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes
2009-03-21 21:18:51 +00:00
parent 22920adf3e
commit bd88ac9707
3 changed files with 27 additions and 8 deletions
@@ -53,10 +53,6 @@ private:
struct hci_command_header* fHeader;
};
const char* GetCommand(uint16 command);
const char* GetManufacturer(uint16 manufacturer);
/* CONTROL BASEBAND */
void* buildReset(size_t* outsize);
void* buildReadLocalName(size_t* outsize);