18#ifndef __LIBARCH_COREMANAGER_H
19#define __LIBARCH_COREMANAGER_H
CoreManager()
Constructor.
virtual Result boot(CoreInfo *info)=0
Boot a processor.
virtual Result discover()=0
Discover processors.
List< uint > & getCores()
Get list of core identities.
List< uint > m_cores
List of core ids found.
virtual Result initialize()=0
Initialize the CoreManager.
Simple linked list template class.
Per-Core information structure.