Dan Williams | 0fb5c8d | 2018-02-01 12:28:54 -0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | // Copyright(c) 2018 Intel Corporation. All rights reserved. |
| 3 | |
| 4 | #include <linux/module.h> |
| 5 | #include <linux/printk.h> |
| 6 | #include "watermark.h" |
Dan Williams | f110176 | 2018-10-17 10:47:19 -0700 | [diff] [blame] | 7 | #include <nfit.h> |
Dan Williams | 0fb5c8d | 2018-02-01 12:28:54 -0800 | [diff] [blame] | 8 | |
| 9 | nfit_test_watermark(acpi_nfit); |
Dan Williams | f110176 | 2018-10-17 10:47:19 -0700 | [diff] [blame] | 10 | |
| 11 | /* strong / override definition of nfit_intel_shutdown_status */ |
| 12 | void nfit_intel_shutdown_status(struct nfit_mem *nfit_mem) |
| 13 | { |
| 14 | set_bit(NFIT_MEM_DIRTY_COUNT, &nfit_mem->flags); |
| 15 | nfit_mem->dirty_shutdown = 42; |
| 16 | } |