mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-03-04 15:27:17 +00:00
10 lines
124 B
C
10 lines
124 B
C
|
/* SPDX-License-Identifier: MIT */
|
||
|
|
||
|
#ifndef MCC_H
|
||
|
#define MCC_H
|
||
|
|
||
|
int mcc_init(void);
|
||
|
int mcc_unmap_carveouts(void);
|
||
|
|
||
|
#endif
|