m25p80: Add the n25q256a SFDP table
[qemu/kevin.git] / hw / block / m25p80_sfdp.h
blob7245412cc18c8972a61824879c62f371bcfb8394
1 /*
2 * M25P80 SFDP
4 * Copyright (c) 2020, IBM Corporation.
6 * This code is licensed under the GPL version 2 or later. See the
7 * COPYING file in the top-level directory.
8 */
10 #ifndef HW_M25P80_SFDP_H
11 #define HW_M25P80_SFDP_H
14 * SFDP area has a 3 bytes address space.
16 #define M25P80_SFDP_MAX_SIZE (1 << 24)
18 uint8_t m25p80_sfdp_n25q256a(uint32_t addr);
20 #endif