Linux Kernel
3.7.1
|
#include <ptp_clock_kernel.h>
Public Types | |
enum | { PTP_CLK_REQ_EXTTS, PTP_CLK_REQ_PEROUT, PTP_CLK_REQ_PPS } |
Data Fields | |
enum ptp_clock_request:: { ... } | type |
union { | |
struct ptp_extts_request extts | |
struct ptp_perout_request perout | |
}; | |
Definition at line 29 of file ptp_clock_kernel.h.
anonymous enum |
Definition at line 30 of file ptp_clock_kernel.h.
union { ... } |
struct ptp_extts_request extts |
Definition at line 36 of file ptp_clock_kernel.h.
struct ptp_perout_request perout |
Definition at line 37 of file ptp_clock_kernel.h.
enum { ... } type |