Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19814ea2 authored by David S. Miller's avatar David S. Miller Committed by David S. Miller
Browse files

[SPARC64]: iommu_common.h tidy ups...



Add missing multiple-include guards and update copyright.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0507468a
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
/* $Id: iommu_common.h,v 1.5 2001/12/11 09:41:01 davem Exp $
 * iommu_common.h: UltraSparc SBUS/PCI common iommu declarations.
/* iommu_common.h: UltraSparc SBUS/PCI common iommu declarations.
 *
 * Copyright (C) 1999 David S. Miller (davem@redhat.com)
 * Copyright (C) 1999, 2008 David S. Miller (davem@davemloft.net)
 */

#ifndef _IOMMU_COMMON_H
#define _IOMMU_COMMON_H

#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/sched.h>
@@ -55,3 +57,5 @@ static inline unsigned long calc_npages(struct scatterlist *sglist, int nelems)

	return npages;
}

#endif /* _IOMMU_COMMON_H */