vbe.h (79c884d7e449a63fa8f07b7495f8f9873355c48f) | vbe.h (ee87ee82e1c9052d59e44c5c29448f4545ab59e7) |
---|---|
1/****************************************************************************** 2 * Copyright (c) 2004, 2008 IBM Corporation 3 * Copyright (c) 2009 Pattrick Hueper <phueper@hueper.net> 4 * All rights reserved. 5 * 6 * SPDX-License-Identifier: BSD-2-Clause 7 * 8 * Contributors: --- 92 unchanged lines hidden (view full) --- 101#define VESA_GET_MODE_INFO 0x4f01 102#define VESA_SET_MODE 0x4f02 103#define VESA_GET_CUR_MODE 0x4f03 104 105extern struct vbe_mode_info mode_info; 106 107struct graphic_device; 108int vbe_get_video_info(struct graphic_device *gdev); | 1/****************************************************************************** 2 * Copyright (c) 2004, 2008 IBM Corporation 3 * Copyright (c) 2009 Pattrick Hueper <phueper@hueper.net> 4 * All rights reserved. 5 * 6 * SPDX-License-Identifier: BSD-2-Clause 7 * 8 * Contributors: --- 92 unchanged lines hidden (view full) --- 101#define VESA_GET_MODE_INFO 0x4f01 102#define VESA_SET_MODE 0x4f02 103#define VESA_GET_CUR_MODE 0x4f03 104 105extern struct vbe_mode_info mode_info; 106 107struct graphic_device; 108int vbe_get_video_info(struct graphic_device *gdev); |
109struct video_priv; 110int vbe_setup_video(struct udevice *dev, int (*int15_handler)(void)); |
|
109 110#endif | 111 112#endif |