Merge branch 'freebsd/current/main' into hardened/current/master

This commit is contained in:
HardenedBSD Sync Services 2024-11-02 00:01:23 -06:00
commit f068bcf4cd
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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>

View File

@ -4,6 +4,7 @@ KMOD= gpioaei
SRCS= gpioaei.c
SRCS+= \
acpi_if.h \
bus_if.h \
device_if.h \
gpio_if.h \