pspdisplay_kernel.h

Go to the documentation of this file.
00001 /*
00002  * PSP Software Development Kit - http://www.pspdev.org
00003  * -----------------------------------------------------------------------
00004  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
00005  *
00006  * pspdisplay_kernel.h - Prototypes for the sceDisplay_driver library.
00007  *
00008  * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org>
00009  * Copyright (c) 2005 James Forshaw <tyranid@gmail.com>
00010  * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
00011  * Copyright (c) 2007 Alexander Berl <raphael@fx-world.org>
00012  *
00013  * $Id: pspdisplay_kernel.h 2271 2007-07-20 13:08:41Z oopo $
00014  */
00015 #ifndef __DISPLAYKERNEL_H__
00016 #define __DISPLAYKERNEL_H__
00017 
00018 #ifdef __cplusplus
00019 extern "C" {
00020 #endif
00021 
00033 int sceDisplay_driver_63E22A26(int pri, void *topaddr, int bufferwidth, int pixelformat, int sync);
00034 
00046 int sceDisplay_driver_5B5AEFAD(int pri, void **topaddr, int *bufferwidth, int *pixelformat, int sync);
00047 
00048 /* Define some names to make it nicer */
00049 #define sceDisplaySetFrameBufferInternal sceDisplay_driver_63E22A26
00050 #define sceDisplayGetFrameBufferInternal sceDisplay_driver_5B5AEFAD
00051 
00058 void sceDisplaySetBrightness(int level,int unk1);
00059 
00066 void sceDisplayGetBrightness(int *level,int *unk1);
00067 
00068 #ifdef __cplusplus
00069 }
00070 #endif
00071 
00072 #endif

Generated on Tue Jul 24 15:21:22 2007 for PSPSDK-Rev2272 by  doxygen 1.5.2