/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2010 Marco Stornelli <[email protected]> * Copyright (C) 2011 Kees Cook <[email protected]> * Copyright (C) 2011 Google, Inc. */ #ifndef __LINUX_PSTORE_RAM_H__ #define __LINUX_PSTORE_RAM_H__ #include <linux/pstore.h> struct persistent_ram_ecc_info { … }; /* * Ramoops platform data * @mem_size memory size for ramoops * @mem_address physical memory address to contain ramoops */ #define RAMOOPS_FLAG_FTRACE_PER_CPU … struct ramoops_platform_data { … }; #endif