mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 17:09:09 +00:00
Merge pull request #246 from wally4000/sceWlan_type
Add missing psptypes.h
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
#ifndef __PSPWLAN_H__
|
#ifndef __PSPWLAN_H__
|
||||||
#define __PSPWLAN_H__
|
#define __PSPWLAN_H__
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
@@ -32,11 +33,11 @@ int sceWlanGetSwitchState(void);
|
|||||||
/**
|
/**
|
||||||
* Get the Ethernet Address of the wlan controller
|
* Get the Ethernet Address of the wlan controller
|
||||||
*
|
*
|
||||||
* @param etherAddr - pointer to a buffer of u8 (NOTE: it only writes to 6 bytes, but
|
* @param etherAddr - pointer to a buffer of uint8_t (NOTE: it only writes to 6 bytes, but
|
||||||
* requests 8 so pass it 8 bytes just in case)
|
* requests 8 so pass it 8 bytes just in case)
|
||||||
* @return 0 on success, < 0 on error
|
* @return 0 on success, < 0 on error
|
||||||
*/
|
*/
|
||||||
int sceWlanGetEtherAddr(u8 *etherAddr);
|
int sceWlanGetEtherAddr(uint8_t *etherAddr);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attach to the wlan device
|
* Attach to the wlan device
|
||||||
|
Reference in New Issue
Block a user