usb_ecm: Use the current configuration instead of a fixed one.
[haiku.git] / src / add-ons / kernel / drivers / graphics / vesa / vga.h
blob573c99f86bd2645a85c5b52939c2c42a0bdeb303
1 /*
2 * Copyright 2006, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _VGA_H
6 #define _VGA_H
9 #include <vesa_info.h>
12 status_t vga_set_indexed_colors(uint8 first, uint8 *colors, uint16 count);
13 status_t vga_planar_blit(vesa_shared_info *info, uint8 *src, int32 srcBPR,
14 int32 left, int32 top, int32 right, int32 bottom);
16 #endif /* _VGA_H */