1 /*---------------------------------------------------------------------------* 2 Project: Horizon 3 File: os.h 4 5 Copyright (C)2009-2012 Nintendo Co., Ltd. All rights reserved. 6 7 These coded instructions, statements, and computer programs contain 8 proprietary information of Nintendo of America Inc. and/or Nintendo 9 Company Ltd., and are protected by Federal copyright law. They may 10 not be disclosed to third parties or copied or duplicated in any form, 11 in whole or in part, without the prior written consent of Nintendo. 12 13 $Rev: 47268 $ 14 *---------------------------------------------------------------------------*/ 15 16 /* Please see man pages for details 17 18 19 20 */ 21 22 #ifndef NN_OS_H_ 23 #define NN_OS_H_ 24 25 /* Please see man pages for details 26 27 28 29 30 */ 31 32 /* Please see man pages for details 33 34 35 */ 36 37 /* Please see man pages for details 38 39 40 41 42 */ 43 44 #ifdef __cplusplus 45 #include <nn/os/os_SvcTypes.autogen.h> 46 #endif 47 48 #include <nn/os/os_Alarm.h> 49 #include <nn/os/os_AutoStackManager.h> 50 #include <nn/os/os_BlockingQueue.h> 51 #include <nn/os/os_CriticalSection.h> 52 #include <nn/os/os_Default.h> 53 #include <nn/os/os_ExceptionHandlerSelect.h> 54 #include <nn/os/os_HandleObject.h> 55 #include <nn/os/os_Initialize.h> 56 #include <nn/os/os_InterCoreBlockingQueue.h> 57 #include <nn/os/os_InterCoreCriticalSection.h> 58 #include <nn/os/os_InterCoreLightSemaphore.h> 59 #include <nn/os/os_LightBarrier.h> 60 #include <nn/os/os_LightEvent.h> 61 #include <nn/os/os_LightSemaphore.h> 62 #include <nn/os/os_LockPolicy.h> 63 #include <nn/os/os_ManagedThread.h> 64 #include <nn/os/os_Memory.h> 65 #include <nn/os/os_MemoryBarrierSelect.h> 66 #include <nn/os/os_MemoryBlock.h> 67 #include <nn/os/os_MemoryBlockBase.h> 68 #include <nn/os/os_MemoryTypes.h> 69 #include <nn/os/os_Result.h> 70 #include <nn/os/os_SharedMemory.h> 71 #include <nn/os/os_SimpleAutoStackManager.h> 72 #include <nn/os/os_SimpleAutoStackManagerBase.h> 73 #include <nn/os/os_SpinWaitSelect.h> 74 #include <nn/os/os_StackMemory.h> 75 #include <nn/os/os_StackMemoryAutoStackManager.h> 76 #include <nn/os/os_StackMemoryBlock.h> 77 #include <nn/os/os_Synchronization.h> 78 #include <nn/os/os_Thread.h> 79 #include <nn/os/os_ThreadLocalStorage.h> 80 #include <nn/os/os_ThreadPool.h> 81 #include <nn/os/os_Tick.h> 82 #include <nn/os/os_TransferMemoryBlock.h> 83 #include <nn/os/os_Types.h> 84 #include <nn/os/os_WaitableCounter.h> 85 #include <nn/os/os_EnvironmentSelect.h> 86 87 /* Please see man pages for details 88 89 90 91 */ 92 93 94 /* 95 96 */ 97 98 #include <nn/os/os_Event.h> 99 #include <nn/os/os_Mutex.h> 100 #include <nn/os/os_Semaphore.h> 101 102 #if defined(NN_PLATFORM_CTR) 103 #include <nn/os/CTR/os_CpuControl.h> 104 #else 105 #error no platform selected 106 #endif 107 108 109 #endif /* NN_OS_H_ */ 110