OpenSolaris_b135/grub/grub-0.97/netboot/osdep.h

Compare this file to the similar file:
Show the results in this format:

#ifndef	_OSDEP_H
#define _OSDEP_H

#define __unused __attribute__((unused))
#define __aligned __attribute__((aligned(16)))

#include "io.h"
#include "byteswap.h"
#include "latch.h"

#if defined(__sun)
typedef	unsigned long Address;
#endif

/* ANSI prototyping macro */
#ifdef	__STDC__
#  define	P(x)	x
#else
#  define	P(x)	()
#endif

#endif