/* * Copyright (C) 2011 Realtek Semiconductor Corp. * All Rights Reserved. * * This program is the proprietary software of Realtek Semiconductor * Corporation and/or its licensors, and only be used, duplicated, * modified or distributed under the authorized license from Realtek. * * ANY USE OF THE SOFTWARE OTHER THAN AS AUTHORIZED UNDER * THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. * * * * * $Revision: 39101 $ * $Date: 2013-05-03 17:35:27 +0800 (Fri, 03 May 2013) $ * * Purpose : the basic head file for linux kernel * * Feature : Provide the GPON Mac Device Driver the basic head file for linux kernel * */ #ifndef _GPON_BASIC_KERNEL_H_ #define _GPON_BASIC_KERNEL_H_ #include #include #include #include #include //for kmalloc #include #include //for kernel semaphore #include //for module #include #include #include #include #include #include #include #include #include #include #include #include #include //current #endif /* _GPON_BASIC_KERNEL_H_ */