Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 // Copyright(c) 2018 Intel Corporation. All rights reserved.
0003 
0004 #include <linux/module.h>
0005 #include <linux/printk.h>
0006 #include "watermark.h"
0007 #include <nfit.h>
0008 
0009 nfit_test_watermark(acpi_nfit);
0010 
0011 /* strong / override definition of nfit_intel_shutdown_status */
0012 void nfit_intel_shutdown_status(struct nfit_mem *nfit_mem)
0013 {
0014     set_bit(NFIT_MEM_DIRTY_COUNT, &nfit_mem->flags);
0015     nfit_mem->dirty_shutdown = 42;
0016 }