!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/src/linux-2.4.18-xfs-1.1/include/asm-sh/   drwxr-xr-x
Free 318.33 GB of 458.09 GB (69.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     io_adx.h (2.56 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * include/asm-sh/io_adx.h
 *
 * Copyright (C) 2001 A&D Co., Ltd.
 *
 * This file may be copied or modified under the terms of the GNU
 * General Public License.  See linux/COPYING for more information.
 *
 * IO functions for an A&D ADX Board
 */

#ifndef _ASM_SH_IO_ADX_H
#define _ASM_SH_IO_ADX_H

#include <asm/io_generic.h>

extern unsigned char adx_inb(unsigned long port);
extern unsigned short adx_inw(unsigned long port);
extern unsigned int adx_inl(unsigned long port);

extern void adx_outb(unsigned char value, unsigned long port);
extern void adx_outw(unsigned short value, unsigned long port);
extern void adx_outl(unsigned int value, unsigned long port);

extern unsigned char adx_inb_p(unsigned long port);
extern void adx_outb_p(unsigned char value, unsigned long port);

extern void adx_insb(unsigned long port, void *addr, unsigned long count);
extern void adx_insw(unsigned long port, void *addr, unsigned long count);
extern void adx_insl(unsigned long port, void *addr, unsigned long count);
extern void adx_outsb(unsigned long port, const void *addr, unsigned long count);
extern void adx_outsw(unsigned long port, const void *addr, unsigned long count);
extern void adx_outsl(unsigned long port, const void *addr, unsigned long count);

extern unsigned char adx_readb(unsigned long addr);
extern unsigned short adx_readw(unsigned long addr);
extern unsigned int adx_readl(unsigned long addr);
extern void adx_writeb(unsigned char b, unsigned long addr);
extern void adx_writew(unsigned short b, unsigned long addr);
extern void adx_writel(unsigned int b, unsigned long addr);

extern void * adx_ioremap(unsigned long offset, unsigned long size);
extern void adx_iounmap(void *addr);

extern unsigned long adx_isa_port2addr(unsigned long offset);

extern void setup_adx(void);
extern void init_adx_IRQ(void);

#ifdef __WANT_IO_DEF

#define __inb        adx_inb
#define __inw        adx_inw
#define __inl        adx_inl
#define __outb        adx_outb
#define __outw        adx_outw
#define __outl        adx_outl

#define __inb_p        adx_inb_p
#define __inw_p        adx_inw
#define __inl_p        adx_inl
#define __outb_p    adx_outb_p
#define __outw_p    adx_outw
#define __outl_p    adx_outl

#define __insb        adx_insb
#define __insw        adx_insw
#define __insl        adx_insl
#define __outsb        adx_outsb
#define __outsw        adx_outsw
#define __outsl        adx_outsl

#define __readb        adx_readb
#define __readw        adx_readw
#define __readl        adx_readl
#define __writeb    adx_writeb
#define __writew    adx_writew
#define __writel    adx_writel

#define __isa_port2addr    adx_isa_port2addr
#define __ioremap    adx_ioremap
#define __iounmap    adx_iounmap

#endif

#endif /* _ASM_SH_IO_AANDD_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0047 ]--