| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copied from the kernel sources to tools/perf/: |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. |
|---|
| 10 | 11 | * Written by David Howells (dhowells@redhat.com) |
|---|
| 11 | | - * |
|---|
| 12 | | - * This program is free software; you can redistribute it and/or |
|---|
| 13 | | - * modify it under the terms of the GNU General Public Licence |
|---|
| 14 | | - * as published by the Free Software Foundation; either version |
|---|
| 15 | | - * 2 of the Licence, or (at your option) any later version. |
|---|
| 16 | 12 | */ |
|---|
| 17 | 13 | #ifndef __TOOLS_LINUX_ASM_GENERIC_BARRIER_H |
|---|
| 18 | 14 | #define __TOOLS_LINUX_ASM_GENERIC_BARRIER_H |
|---|