uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
utility_module.h
1/* Copyright (C) 2011 - 2016 The uOFW team
2 See the file COPYING for copying permission.
3*/
4
10#ifndef UTILITY_MODULE_H
11#define UTILITY_MODULE_H
12
13#define SCE_UTILITY_MODULE_ERROR_INVALID_ID 0x80111101
14#define SCE_UTILITY_MODULE_ERROR_ALREADY_LOADED 0x80111102
15#define SCE_UTILITY_MODULE_ERROR_NOT_LOADED 0x80111103
16#define SCE_UTILITY_MODULE_ERROR_CANNOT_START 0x80111104
17#define SCE_UTILITY_MODULE_ERROR_CANNOT_STOP 0x80111105
18
19#endif /* UTILITY_MODULE_H */