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