summaryrefslogtreecommitdiff
path: root/other/shellkit/mips_irix.h
blob: 68c633a0aa2045ecd2a6467a7e87589de10372c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#ifndef	MIPS_IRIX_H
#define	MIPS_IRIX_H

#include "shellcode.h"

arch	mips_irix;

void
mips_irix_setgid_setup (unsigned char *code, unsigned short int gid);

void
mips_irix_setreuid_setup (unsigned char *code,
	unsigned short int ruid, unsigned short int euid);

#endif