mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-12-12 15:42:27 +00:00
4b80041d6d
This turns on the system level cache. The carveout unmapping also moves here, and now it handles T8103/T6000 properly. Signed-off-by: Hector Martin <marcan@marcan.st>
9 lines
124 B
C
9 lines
124 B
C
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef MCC_H
|
|
#define MCC_H
|
|
|
|
int mcc_init(void);
|
|
int mcc_unmap_carveouts(void);
|
|
|
|
#endif
|