
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
//-------------------------------------------------------//
// Project Code : ALE300K03-21-LGE-GEN2.0-BE-CPU1
// File Name : SelectCPU.h
// Created on : 2022. 11. 6.
// Description :
// Author : KimJeongWoo
// Last modified Date :
//-------------------------------------------------------//
#ifndef MAIN_RESOURCE_INCLUDE_SELECTCPU_H_
#define MAIN_RESOURCE_INCLUDE_SELECTCPU_H_
#ifdef __cplusplus
extern "C" {
#endif
extern void SetCPU2ForPeripheral(void);
extern void SetCPU2ForGsRam(void);
extern void InitSciGpio();
extern void InitCanGpio();
#ifdef __cplusplus
}
#endif /* extern "C" */
#endif /* MAIN_RESOURCE_INCLUDE_SELECTCPU_H_ */