fsp_platform.h 295 B

123456789101112131415
  1. /*
  2. * Copyright (C) 2013, Intel Corporation
  3. * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
  4. *
  5. * SPDX-License-Identifier: Intel
  6. */
  7. #ifndef __FSP_PLATFORM_H__
  8. #define __FSP_PLATFORM_H__
  9. struct fspinit_rtbuf {
  10. struct common_buf common; /* FSP common runtime data structure */
  11. };
  12. #endif