mtkernel_3/include/tk/device.h | bare source | permlink (0.00 seconds) |
1: /* 2: *---------------------------------------------------------------------- 3: * micro T-Kernel 3.00.03 4: * 5: * Copyright (C) 2006-2021 by Ken Sakamura. 6: * This software is distributed under the T-License 2.2. 7: *---------------------------------------------------------------------- 8: * 9: * Released by TRON Forum(http://www.tron.org) at 2021/03/31. 10: * 11: *---------------------------------------------------------------------- 12: */ 13: 14: /* 15: * device.h 16: * 17: * Device driver definition 18: */ 19: 20: #ifndef __TK_DEVICE_H__ 21: #define __TK_DEVICE_H__ 22: 23: 24: #if USE_SDEV_DRV /* Use the sample driver */ 25: #include "../../device/include/device.h" 26: #endif /* USE_SDEV_DRV */ 27: 28: #endif /* __TK_DEVICE_H__ */