Home | History | Annotate | Line # | Download | only in arm
initplat.c revision 1.2.4.2
      1  1.2.4.2  christos /*	$NetBSD: initplat.c,v 1.2.4.2 2019/06/10 22:08:36 christos Exp $	*/
      2  1.2.4.2  christos 
      3  1.2.4.2  christos /*
      4  1.2.4.2  christos  * Copright (C) 2014 Linaro Ltd.
      5  1.2.4.2  christos  * Author: Ard Biesheuvel <ard.biesheuvel (at) linaro.org>
      6  1.2.4.2  christos  *
      7  1.2.4.2  christos  * Redistribution and use in source and binary forms, with or without
      8  1.2.4.2  christos  * modification, are permitted provided that the following conditions
      9  1.2.4.2  christos  * are met:
     10  1.2.4.2  christos  * 1. Redistributions of source code must retain the above copyright
     11  1.2.4.2  christos  *    notice and this list of conditions, without modification.
     12  1.2.4.2  christos  * 2. The name of the author may not be used to endorse or promote products
     13  1.2.4.2  christos  *    derived from this software without specific prior written permission.
     14  1.2.4.2  christos  *
     15  1.2.4.2  christos  * Alternatively, this software may be distributed under the terms of the
     16  1.2.4.2  christos  * GNU General Public License as published by the Free Software Foundation;
     17  1.2.4.2  christos  * either version 2 of the License, or (at your option) any later version.
     18  1.2.4.2  christos  */
     19  1.2.4.2  christos 
     20  1.2.4.2  christos #include "lib.h"
     21  1.2.4.2  christos 
     22  1.2.4.2  christos VOID
     23  1.2.4.2  christos InitializeLibPlatform (
     24  1.2.4.2  christos     IN EFI_HANDLE           ImageHandle EFI_UNUSED,
     25  1.2.4.2  christos     IN EFI_SYSTEM_TABLE     *SystemTable EFI_UNUSED
     26  1.2.4.2  christos     )
     27  1.2.4.2  christos {
     28  1.2.4.2  christos }
     29