cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

util.h (545B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/******************************************************************************
      3*******************************************************************************
      4**
      5**  Copyright (C) 2005 Red Hat, Inc.  All rights reserved.
      6**
      7**
      8*******************************************************************************
      9******************************************************************************/
     10
     11#ifndef __UTIL_DOT_H__
     12#define __UTIL_DOT_H__
     13
     14int to_dlm_errno(int err);
     15int from_dlm_errno(int err);
     16
     17#endif
     18