• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
4  *	Andreas Dannenberg <dannenberg@ti.com>
5  */
6 
7 #ifndef _SYSFW_LOADER_H_
8 #define _SYSFW_LOADER_H_
9 
10 void k3_sysfw_loader(void (*config_pm_done_callback)(void));
11 
12 #endif
13