Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenversa.h
Go to the documentation of this file.
00001 /* 00002 * PROJECT: ReactOS Boot Loader 00003 * LICENSE: BSD - See COPYING.ARM in the top level directory 00004 * FILE: boot/armllb/inc/versa.h 00005 * PURPOSE: LLB Board-Specific Hardware Functions for Versatile 00006 * PROGRAMMERS: ReactOS Portable Systems Group 00007 */ 00008 00009 VOID 00010 NTAPI 00011 LlbHwVersaUartInitialize( 00012 VOID 00013 ); 00014 00015 VOID 00016 NTAPI 00017 LlbHwVersaClcdInitialize( 00018 VOID 00019 ); 00020 00021 VOID 00022 NTAPI 00023 LlbHwVersaKmiInitialize( 00024 VOID 00025 ); 00026 00027 /* EOF */ Generated on Fri May 25 2012 04:17:06 for ReactOS by
1.7.6.1
|