freebsd-dev/tools/boot/smbios/stand.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
294 B
C
Raw Normal View History

/*
* Copyright (c) 2023 Warner Losh
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <sys/types.h>
#include <err.h>
#include <fcntl.h>
#include <limits.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
caddr_t ptov(uintptr_t pa);