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

smsendian.h (556B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/****************************************************************
      3
      4Siano Mobile Silicon, Inc.
      5MDTV receiver kernel modules.
      6Copyright (C) 2006-2009, Uri Shkolnik
      7
      8
      9****************************************************************/
     10
     11#ifndef __SMS_ENDIAN_H__
     12#define __SMS_ENDIAN_H__
     13
     14#include <asm/byteorder.h>
     15
     16extern void smsendian_handle_tx_message(void *buffer);
     17extern void smsendian_handle_rx_message(void *buffer);
     18extern void smsendian_handle_message_header(void *msg);
     19
     20#endif /* __SMS_ENDIAN_H__ */
     21