PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
cdvdfsv.h
Go to the documentation of this file.
1/*
2# _____ ___ ____ ___ ____
3# ____| | ____| | | |____|
4# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5#-----------------------------------------------------------------------
6# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
7# Licenced under Academic Free License version 2.0
8# Review ps2sdk README & LICENSE files for further details.
9*/
10
16#ifndef __CDVDFSV_H__
17#define __CDVDFSV_H__
18
19#include <types.h>
20#include <irx.h>
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26int sceCdChangeThreadPriority(int priority);
27
28#define cdvdfsv_IMPORTS_start DECLARE_IMPORT_TABLE(cdvdfsv, 1, 1)
29#define cdvdfsv_IMPORTS_end END_IMPORT_TABLE
30
31#define I_sceCdChangeThreadPriority DECLARE_IMPORT(5, sceCdChangeThreadPriority)
32
33#ifdef __cplusplus
34}
35#endif
36
37#endif /* __CDVDFSV_H__ */
int sceCdChangeThreadPriority(int priority)