mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
Merge branch 'freebsd/current/main' into hardened/current/master
This commit is contained in:
commit
f068bcf4cd
@ -4,7 +4,7 @@ compute_engine_instance:
|
||||
# gcloud compute images list --project freebsd-org-cloud-dev --no-standard-images
|
||||
platform: freebsd
|
||||
image_project: freebsd-org-cloud-dev
|
||||
image: freebsd-13-2-release-amd64
|
||||
image: freebsd-13-3-release-amd64
|
||||
cpu: 8
|
||||
memory: 8G
|
||||
disk: 40
|
||||
|
@ -30,6 +30,7 @@
|
||||
#ifndef _LINUXKPI_LINUX_LOCKDEP_H_
|
||||
#define _LINUXKPI_LINUX_LOCKDEP_H_
|
||||
|
||||
#include <sys/systm.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/lock.h>
|
||||
|
||||
|
@ -4,6 +4,7 @@ KMOD= gpioaei
|
||||
SRCS= gpioaei.c
|
||||
|
||||
SRCS+= \
|
||||
acpi_if.h \
|
||||
bus_if.h \
|
||||
device_if.h \
|
||||
gpio_if.h \
|
||||
|
Loading…
Reference in New Issue
Block a user