vfs: check userland buffers before reading them.
[haiku.git] / headers / private / graphics / radeon / multimon.h
blobf745d1a2d428735504c0acc945e1dd0b2c2da6e4
1 /*
2 Copyright (c) 2002, Thomas Kurschel
5 Part of Radeon driver
7 Multi-Monitor Settings interface
8 */
9 #ifndef _MULTIMON_H
10 #define _MULTIMON_H
13 #include <SupportDefs.h>
16 class BScreen;
18 status_t GetSwapDisplays( BScreen *screen, bool *swap );
19 status_t SetSwapDisplays( BScreen *screen, bool swap );
21 status_t GetUseLaptopPanel( BScreen *screen, bool *use );
22 status_t SetUseLaptopPanel( BScreen *screen, bool use );
24 status_t GetNthSupportedTVStandard( BScreen *screen, int idx, uint32 *standard );
25 status_t GetTVStandard( BScreen *screen, uint32 *standard );
26 status_t SetTVStandard( BScreen *screen, uint32 standard );
28 status_t TestMultiMonSupport( BScreen *screen );
30 #endif // _MULTIMON_H