/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* atmapi.h - ATM API user space/kernel compatibility */ /* Written 1999,2000 by Werner Almesberger, EPFL ICA */ #ifndef _LINUX_ATMAPI_H #define _LINUX_ATMAPI_H #if defined(__sparc__) || defined(__ia64__) /* such alignment is not required on 32 bit sparcs, but we can't figure that we are on a sparc64 while compiling user-space programs. */ #define __ATM_API_ALIGN __attribute__((aligned(8))) #else #define __ATM_API_ALIGN #endif /* * Opaque type for kernel pointers. Note that _ is never accessed. We need * the struct in order hide the array, so that we can make simple assignments * instead of being forced to use memcpy. It also improves error reporting for * code that still assumes that we're passing unsigned longs. * * Convention: NULL pointers are passed as a field of all zeroes. */ typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; #endif ption value='linux-2.6.11.y'>linux-2.6.11.y Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/drivers/net/phy/Kconfig
AgeCommit message (Expand)Author
2016-10-06drivers: net: phy: Correct duplicate MDIO_XGENE entryLaura Abbott
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-09drivers: net: phy: mdio-xgene: Add hardware dependencyJean Delvare
2016-09-09net: phy: Fixed checkpatch errors for Microsemi PHYs.Raju Lakkaraju
2016-08-19net: phy: Kconfig: Remove redundant "Support for"Andrew Lunn
2016-08-19net: phy: Sort Makefile and KconfigAndrew Lunn
2016-08-12net: phy: Add gmiitorgmii converter supportAppana Durga Kedareswara Rao
2016-08-08Microsemi VSC 8531/41 PHY DriverRaju Lakkaraju
2016-07-25drivers: net: phy: xgene: Add MDIO driverIyappan Subramanian
2016-07-16net: Add MDIO bus driver for the Hisilicon FEMACDongpo Li
2016-06-27phy: move fixed_phy MII register generation to a libraryRussell King
2016-06-10net: mdio-mux: Add MDIO mux driver for iProc SoCsPramod Kumar