PSP2SDK
dirty-f9e4f2d
The free SDK for PSP2
|
Header file related to module information definitions. More...
Go to the source code of this file.
Data Structures | |
struct | _sceModuleInfo |
Module Information. More... | |
Defines | |
#define | _PSP2_MODULE_INFO_(attribute, version, module_name) |
#define | PSP2_MODULE_INFO _PSP2_MODULE_INFO_ |
Typedefs | |
typedef const _sceModuleInfo | SceModuleInfo |
The type of structure stored in .sceModuleInfo.rodata section. |
Header file related to module information definitions.
Copyright (C) 2015 PSP2SDK Project
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#define _PSP2_MODULE_INFO_ | ( | attribute, | |
version, | |||
module_name | |||
) |
__asm__ (".section .sceLib.stub, \"a\", %progbits;"); \ SceModuleInfo module_info \ __attribute__((section(".sceModuleInfo.rodata"), used)) \ = { attribute, version, module_name };
Define module information
attribute | Attribute |
version | Version |
module_name | Name |