Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nl802154.h « ieee802154 « net - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3846a89d0958ef188a0ee6ff6ad4d8bf627f65a0 (plain)
1
2
3
4
5
6
7
#ifndef __IEEE802154_NL802154_H
#define __IEEE802154_NL802154_H

int nl802154_init(void);
void nl802154_exit(void);

#endif /* __IEEE802154_NL802154_H */