11 lines
247 B
C
11 lines
247 B
C
/* SPDX-License-Identifier: MIT */
|
|
/*
|
|
* Copyright © 2023 Intel Corporation
|
|
*/
|
|
|
|
#ifndef _INTEL_UC_FW_H_
|
|
#define _INTEL_UC_FW_H_
|
|
|
|
#define INTEL_UC_FIRMWARE_URL "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
|
|
|
#endif
|