]> git.ipfire.org Git - thirdparty/chrony.git/commit
sys: introduce generic driver
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 14 May 2014 15:06:18 +0000 (17:06 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 20 May 2014 14:05:42 +0000 (16:05 +0200)
commitfc235a3f16bea7ded6e5c84b3b3a1c8412cb8bfc
treec09c7e1bde52a5088dee42b2d6efa7709fe1c58f
parent4cf839547076c8ec85aea3e8dfa226c2dd8a226f
sys: introduce generic driver

This driver is intended to complete system-specific drivers that don't
have implemented all required driver functionality. Currently, it
implements offset functions working on top of system-specific frequency
functions. Offsets are corrected by changing frequency, similarly to
fast slewing implemented in the Linux driver.
logging.h
sys_generic.c [new file with mode: 0644]
sys_generic.h [new file with mode: 0644]