mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
174d728471
Update my and DPs email address to match current setup. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/aba5b19b9c5a95608829e86ad5cc4671c940f1bb.1688992543.git.michal.simek@amd.com
17 lines
346 B
C
17 lines
346 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* (C) Copyright 2019 Xilinx, Inc,
|
|
* Siva Durga Prasad Paladugu <siva.durga.prasad.paladugu@amd.com>>
|
|
*/
|
|
|
|
#ifndef _VERSALPL_H_
|
|
#define _VERSALPL_H_
|
|
|
|
#include <xilinx.h>
|
|
|
|
#define VERSAL_PM_LOAD_PDI 0x701
|
|
#define VERSAL_PM_PDI_TYPE 0xF
|
|
|
|
extern struct xilinx_fpga_op versal_op;
|
|
|
|
#endif /* _VERSALPL_H_ */
|