blob: bd7cdcfc7984591b8e657c544f7e8aad3c074f36 [file] [log] [blame]
#ifndef _BACKPORT_CACHE_H
#define _BACKPORT_CACHE_H
#include_next <linux/cache.h>
#ifndef __ro_after_init
#define __ro_after_init
#endif
#endif /* _BACKPORT_CACHE_H */