PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
pspintrman_kernel.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5 *
6 * pspintrman_kernel.h - Interface to the system interrupt manager.
7 *
8 * Copyright (c) 2005 James F. (tyranid@gmail.com)
9 *
10 */
11
12#ifndef PSPINTRMAN_KERNEL_H
13#define PSPINTRMAN_KERNEL_H
14
15#include <pspkerneltypes.h>
16
24#ifdef __cplusplus
25extern "C" {
26#endif
27
39int sceKernelRegisterIntrHandler(int intno, int no, void *handler, void *arg1, void *arg2);
40
49
58
67
74
75#ifdef __cplusplus
76}
77#endif
78
81#endif /* PSPINTRMAN_KERNEL_H */
int sceKernelEnableIntr(int intno)
Enable an interrupt.
int sceKernelReleaseIntrHandler(int intno)
Release an interrupt handler.
int sceKernelIsIntrContext(void)
Check if we are in an interrupt context or not.
int sceKernelDisableIntr(int intno)
Disable an interrupt.
int sceKernelRegisterIntrHandler(int intno, int no, void *handler, void *arg1, void *arg2)
Register an interrupt handler.
float x
Definition psptypes.h:0