* Sync up to trunk head (r64959).
[reactos.git] / boot / armllb / inc / versa.h
1 /*
2 * PROJECT: ReactOS Boot Loader
3 * LICENSE: BSD - See COPYING.ARM in the top level directory
4 * FILE: boot/armllb/inc/versa.h
5 * PURPOSE: LLB Board-Specific Hardware Functions for Versatile
6 * PROGRAMMERS: ReactOS Portable Systems Group
7 */
8
9 VOID
10 NTAPI
11 LlbHwVersaUartInitialize(
12 VOID
13 );
14
15 VOID
16 NTAPI
17 LlbHwVersaClcdInitialize(
18 VOID
19 );
20
21 VOID
22 NTAPI
23 LlbHwVersaKmiInitialize(
24 VOID
25 );
26
27 /* EOF */