net: ptp: clock: Add usermode support to ptp_clock_get()
It is useful that the ptp_clock_get() function can be called from the userspace. Create also unit test for calling that function from userspace. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
95e8498c27
commit
c9aaab74db
7 changed files with 94 additions and 3 deletions
|
@ -43,3 +43,4 @@ add_subdirectory_ifdef(CONFIG_NET_L2_ETHERNET ethernet)
|
|||
add_subdirectory_ifdef(CONFIG_ENTROPY_HAS_DRIVER entropy)
|
||||
add_subdirectory_ifdef(CONFIG_SYS_CLOCK_EXISTS timer)
|
||||
add_subdirectory_ifdef(CONFIG_NEURAL_NET_ACCEL neural_net)
|
||||
add_subdirectory_ifdef(CONFIG_PTP_CLOCK ptp_clock)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue