1 // SPDX-License-Identifier: BSD-2-Clause 2 /* 3 * Copyright 2019 NXP 4 * 5 * Brief CAAM Controller Hardware Abstration Layer. 6 * Implementation of primitives to access HW. 7 */ 8 #include <caam_hal_ctrl.h> 9 #include <compiler.h> 10 caam_hal_ctrl_init(vaddr_t baseaddr __unused)11void caam_hal_ctrl_init(vaddr_t baseaddr __unused) 12 { 13 } 14