diff options
| author | riastradh <riastradh@NetBSD.org> | 2022-10-25 23:38:02 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2022-10-25 23:38:02 +0000 |
| commit | aa8a3aaf135a67213d3f8378e97e7f83daea49f6 (patch) | |
| tree | 52cd1d0a7418b11a58508b9ea985cc2821403388 /sys/external | |
| parent | 2f42239b07d4b660972aaa692dbfdd483dc7a25c (diff) | |
linux/frame.h: STACK_FRAME_NON_STANDARD
Diffstat (limited to 'sys/external')
| -rw-r--r-- | sys/external/bsd/common/include/linux/frame.h | 34 | ||||
| -rw-r--r-- | sys/external/bsd/drm2/include/linux/frame.h | 0 |
2 files changed, 34 insertions, 0 deletions
diff --git a/sys/external/bsd/common/include/linux/frame.h b/sys/external/bsd/common/include/linux/frame.h new file mode 100644 index 00000000000..a4f0a905975 --- /dev/null +++ b/sys/external/bsd/common/include/linux/frame.h @@ -0,0 +1,34 @@ +/* $NetBSD: frame.h,v 1.1 2022/10/25 23:38:02 riastradh Exp $ */ + +/*- + * Copyright (c) 2022 The NetBSD Foundation, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS + * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS + * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */ + +#ifndef _LINUX_FRAME_H_ +#define _LINUX_FRAME_H_ + +#define STACK_FRAME_NON_STANDARD(func) /* nothing */ + +#endif /* _LINUX_FRAME_H_ */ diff --git a/sys/external/bsd/drm2/include/linux/frame.h b/sys/external/bsd/drm2/include/linux/frame.h deleted file mode 100644 index e69de29bb2d..00000000000 --- a/sys/external/bsd/drm2/include/linux/frame.h +++ /dev/null |
