xref: /aosp_15_r20/external/coreboot/src/include/mtcl.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _MTCL_H_
4 #define _MTCL_H_
5 
6 void write_mtcl_function(void);
7 
8 #endif /* _MTCL_H_ */
9