/*************************************************************************** * Copyright (c) 2008-2009, Broadcom Corporation * All Rights Reserved * Confidential Property of Broadcom Corporation * * THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE * AGREEMENT BETWEEN THE USER AND BROADCOM. YOU HAVE NO RIGHT TO USE OR * EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT. * * $brcm_Workfile: $ * $brcm_Revision: $ * $brcm_Date: $ * * Module Description: * * Revision History: * * $brcm_Log: $ * ***************************************************************************/ #include "bstd.h" #include "bapp_types.h" bresult test_display_set(bdisplay_t display, /* handle returned by bdisplay_open */ bdisplay_settings *settings /* desired display settings */) { return b_ok; } void test_display_get(bdisplay_t display, /* handle returned by bdisplay_open */ bdisplay_settings *settings /* RFM settings to get */) { }