6db4831e98
Android 14
12 lines
189 B
C
12 lines
189 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2016 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef _GOODIX_FIRMWARE_FW_H_
|
|
#define _GOODIX_FIRMWARE_FW_H_
|
|
|
|
u8 gt9896s_default_fw[] = { 0x00};
|
|
|
|
#endif
|