uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
modulemgr_nids.h
1/* Copyright (C) 2011 - 2015 The uOFW team
2 See the file COPYING for copying permission.
3*/
4
5#ifndef MODULEMGR_NIDS_H
6#define MODULEMGR_NIDS_H
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12/* function NIDs */
13#define NID_MODULE_BOOTSTART 0xD3744BE0
14#define NID_MODULE_REBOOT_PHASE 0xADF12745
15#define NID_MODULE_REBOOT_BEFORE 0x2F064FA6
16#define NID_MODULE_START 0xD632ACDB
17#define NID_MODULE_STOP 0xCEE8593C
18#define NID_592743D8 0x592743D8
19
20/* variable NIDs*/
21#define NID_MODULE_REBOOT_BEFORE_THREAD_PARAM 0xF4F4299D
22#define NID_MODULE_START_THREAD_PARAM 0x0F7C276C
23#define NID_MODULE_STOP_THREAD_PARAM 0xCF0CC697
24#define NID_MODULE_INFO 0xF01D73A7
25#define NID_MODULE_SDK_VERSION 0x11B97506
26#define NID_MODULE_TEXT_CHECKSUM 0x1D4042A5
27
28
29#ifdef __cplusplus
30}
31#endif
32
33#endif /* MODULEMGR_NIDS_H */
34