PSPSDK 2024-10-31
|
#include <fcntl.h>
#include <errno.h>
#include <sys/select.h>
#include <psptypes.h>
#include <pspthreadman.h>
#include <pspnet_inet.h>
#include "fdman.h"
Macros | |
#define | SELECT_POLLING_DELAY_IN_us 100 |
#define | SCE_FD_SET(n, p) ((p)->fds_bits[((n) & 0xFF) /_NFDBITS] |= (1 << ((n) % _NFDBITS))) |
#define SELECT_POLLING_DELAY_IN_us 100 |