aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/ps3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/ps3.h')
-rw-r--r--include/asm-powerpc/ps3.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/asm-powerpc/ps3.h b/include/asm-powerpc/ps3.h
index d1ae87df7776..f4347c195bfb 100644
--- a/include/asm-powerpc/ps3.h
+++ b/include/asm-powerpc/ps3.h
@@ -39,6 +39,17 @@ union ps3_firmware_version {
39 39
40int ps3_get_firmware_version(union ps3_firmware_version *v); 40int ps3_get_firmware_version(union ps3_firmware_version *v);
41 41
42/* 'Other OS' area */
43
44enum ps3_param_av_multi_out {
45 PS3_PARAM_AV_MULTI_OUT_NTSC = 0,
46 PS3_PARAM_AV_MULTI_OUT_PAL_RGB = 1,
47 PS3_PARAM_AV_MULTI_OUT_PAL_YCBCR = 2,
48 PS3_PARAM_AV_MULTI_OUT_SECAM = 3,
49};
50
51enum ps3_param_av_multi_out ps3_os_area_get_av_multi_out(void);
52
42/** 53/**
43 * struct ps3_device_id - HV bus device identifier from the system repository 54 * struct ps3_device_id - HV bus device identifier from the system repository
44 * @bus_id: HV bus id, {1..} (zero invalid) 55 * @bus_id: HV bus id, {1..} (zero invalid)