summaryrefslogtreecommitdiff
path: root/include/kernel/io/devctl.h
blob: 1f3305a922dbc82c4757460353f42390707273a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef _PSP2_IO_DEVCTL_H_
#define _PSP2_IO_DEVCTL_H_

#include <psp2kern/kernel/iofilemgr.h>

#ifdef __cplusplus
extern "C" {
#endif

typedef struct SceIoDevInfo {
	SceOff max_size;
	SceOff free_size;
	SceSize cluster_size;
	void *unk;
} SceIoDevInfo;

#ifdef __cplusplus
}
#endif

#endif /* _PSP2_IO_DEVCTL_H_ */