lkml.org 
[lkml]   [2022]   [Jan]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 04/16] tools/include: Update atomic.h header
Date
Add atomic_long_t typedef and atomic_long_set function so they
can be used in testing.

Signed-off-by: Karolina Drobnik <karolinadrobnik@gmail.com>
---
tools/include/linux/atomic.h | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/tools/include/linux/atomic.h b/tools/include/linux/atomic.h
index 00a6c4ca562b..5d2431889606 100644
--- a/tools/include/linux/atomic.h
+++ b/tools/include/linux/atomic.h
@@ -4,6 +4,10 @@

#include <asm/atomic.h>

+typedef atomic_t atomic_long_t;
+
+void atomic_long_set(atomic_long_t *v, long i);
+
/* atomic_cmpxchg_relaxed */
#ifndef atomic_cmpxchg_relaxed
#define atomic_cmpxchg_relaxed atomic_cmpxchg
--
2.30.2
\
 
 \ /
  Last update: 2022-01-27 14:23    [W:0.175 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site