X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tizen%2Fsrc%2Fhw%2Fmaru_overlay.h;h=24a4529560cb6b2b9bdde91068466038571954ac;hb=b0e96416c6dfd795f017359ed39adb23f76e8929;hp=673e0d6622de0ffca087d0f5584fd922414a77e2;hpb=689bc01f3155484257c9f3be4681a146adebbab8;p=sdk%2Femulator%2Fqemu.git diff --git a/tizen/src/hw/maru_overlay.h b/tizen/src/hw/maru_overlay.h index 673e0d6..24a4529 100644 --- a/tizen/src/hw/maru_overlay.h +++ b/tizen/src/hw/maru_overlay.h @@ -1,17 +1,10 @@ /* * Maru overlay device for VGA * - * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (C) 2011 - 2013 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * SeokYeon Hwang - * SangJin Kim - * MunKyu Im - * KiTae Kim * JinHyung Jo - * SungMin Ha - * JiHye Kim - * GiWoong Kim * YeongKyoon Lee * DoHyung Hong * Hyunjun Son @@ -28,7 +21,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. * * Contributors: * - S-Core Co., Ltd @@ -41,7 +35,7 @@ #include "qemu-common.h" -extern uint8_t* overlay_ptr; +extern uint8_t *overlay_ptr; extern uint8_t overlay0_power; extern uint16_t overlay0_left; extern uint16_t overlay0_top; @@ -54,6 +48,6 @@ extern uint16_t overlay1_top; extern uint16_t overlay1_width; extern uint16_t overlay1_height; -DeviceState *pci_maru_overlay_init( PCIBus *bus ); +DeviceState *pci_maru_overlay_init(PCIBus *bus); #endif /* MARU_OVERLAY_H_ */