mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Do not include pwm.h here, it is purely a userland interface file containing
ioctl defintions for the pwmc driver. It is not part of the pwmbus interface.
This commit is contained in:
parent
e7654ccbd6
commit
f9d8090ea8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349073
@ -31,7 +31,6 @@
|
||||
#ifndef _PWMBUS_H_
|
||||
|
||||
#include <dev/ofw/openfirm.h>
|
||||
#include <sys/pwm.h>
|
||||
|
||||
struct pwm_channel {
|
||||
device_t dev;
|
||||
|
@ -48,10 +48,6 @@ CODE {
|
||||
}
|
||||
};
|
||||
|
||||
HEADER {
|
||||
#include <sys/pwm.h>
|
||||
};
|
||||
|
||||
#
|
||||
# Config the period (Total number of cycle in ns) and
|
||||
# the duty (active number of cycle in ns)
|
||||
|
Loading…
Reference in New Issue
Block a user