diff options
Diffstat (limited to 'sys/arch/riscv64/include/riscv64var.h')
-rw-r--r-- | sys/arch/riscv64/include/riscv64var.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys/arch/riscv64/include/riscv64var.h b/sys/arch/riscv64/include/riscv64var.h deleted file mode 100644 index d8b9cb92d16..00000000000 --- a/sys/arch/riscv64/include/riscv64var.h +++ /dev/null @@ -1,26 +0,0 @@ -/* $OpenBSD: riscv64var.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ - -/* - * Copyright (c) 2020 Mengshi Li <mengshi.li.mars@gmail.com> - * Copyright (c) 2005,2008 Dale Rahn <drahn@openbsd.com> - * Copyright (c) 2012-2013 Patrick Wildt <patrick@blueri.se> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -#ifndef __RISCV64VAR_H__ -#define __RISCV64VAR_H__ - -extern bus_space_t riscv64_bs_tag; - -#endif /* __RISCV64VAR_H__ */ |