Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (C) 2012 Samsung Electronics.
0004  * Kyungmin Park <kyungmin.park@samsung.com>
0005  * Tomasz Figa <t.figa@samsung.com>
0006  */
0007 
0008 #include <linux/kernel.h>
0009 #include <linux/suspend.h>
0010 
0011 #include <asm/firmware.h>
0012 
0013 static const struct firmware_ops default_firmware_ops;
0014 
0015 const struct firmware_ops *firmware_ops = &default_firmware_ops;