2020: update lib source files (trying to compile on 32 bits arch)

This commit is contained in:
2022-12-06 14:27:10 +01:00
parent f003511e10
commit b949e11314
6 changed files with 56 additions and 59 deletions

View File

@@ -1,4 +1,4 @@
/* bits.h - bits functions.
/* br.h - misc macros.
*
* Copyright (C) 2021-2022 Bruno Raoult ("br")
* Licensed under the GNU General Public License v3.0 or later.

View File

@@ -8,7 +8,6 @@
/* Fast hashing routine for ints, longs and pointers.
(C) 2002 Nadia Yvette Chambers, IBM */
#include <asm/types.h>
#include <asm/bitsperlong.h>
#include "bits.h"
#include "br.h"

View File

@@ -12,8 +12,6 @@
#define _LINUX_HASHTABLE_H
#include "list.h"
#include <linux/types.h>
#include <linux/kernel.h>
#include "hash.h"
//#include <linux/rculist.h>