Skip to content
Snippets Groups Projects
Select Git revision
  • 1021af4ded2d0961a4ba2ba89851719b098a98b6
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
8 results

fsp_platform.h

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    fsp_platform.h 295 B
    /*
     * Copyright (C) 2013, Intel Corporation
     * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
     *
     * SPDX-License-Identifier:	Intel
     */
    
    #ifndef __FSP_PLATFORM_H__
    #define __FSP_PLATFORM_H__
    
    struct fspinit_rtbuf {
    	struct common_buf	common;	/* FSP common runtime data structure */
    };
    
    #endif