mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
This driver allows read the software reset switch state and control the status LEDs. The GPIO pins have their direction (input/output) locked down to prevent possible short circuits. Note that most people get a reset button that is a hardware reset. The software reset button is available on boards from Netgate. Sponsored by: Rubicon Communications (Netgate)
8 lines
165 B
Makefile
8 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/rccgpio
|
|
KMOD= rccgpio
|
|
SRCS= rccgpio.c
|
|
SRCS+= device_if.h bus_if.h isa_if.h gpio_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|