#define        TRAP_T_SIZE     80
 
-#ifndef        _LANGUAGE_ASSEMBLY
-
 typedef struct _trap_struct {
        u32 type;
        u32 epc;
        u32 pc;
 } trap_t;
 
-#endif                         /* !_LANGUAGE_ASSEMBLY */
-
 #define CBUF_LEN       (128)
 
 #define LOG_BUF_LEN    1024
        bool ctrl_frame_stat;
 } dhd_bus_t;
 
-#ifndef _LANGUAGE_ASSEMBLY
-
 typedef volatile struct _sbconfig {
        u32 PAD[2];
        u32 sbipsflag;  /* initiator port ocp slave flag */
        u32 sbidhigh;   /* identification */
 } sbconfig_t;
 
-#endif                         /* _LANGUAGE_ASSEMBLY */
-
 /* clkstate */
 #define CLK_NONE       0
 #define CLK_SDONLY     1
 
 #ifndef        _sbsdpcmdev_h_
 #define        _sbsdpcmdev_h_
 
-/* cpp contortions to concatenate w/arg prescan */
-#ifndef PAD
-#define        _PADLINE(line)  pad ## line
-#define        _XSTR(line)     _PADLINE(line)
-#define        PAD             _XSTR(__LINE__)
-#endif                         /* PAD */
-
 /* core registers */
 typedef volatile struct {
        u32 corecontrol;        /* CoreControl, 0x000, rev8 */
 
        uint idx;
 
        struct si_pub *si_local = NULL;
-       bcopy(&sih, &si_local, sizeof(struct si_pub **));
+       memcpy(&si_local, &sih, sizeof(struct si_pub **));
 
        sii = SI_INFO(sih);
 
 
 #ifndef        _aiutils_h_
 #define        _aiutils_h_
 
-/* cpp contortions to concatenate w/arg prescan */
-#ifndef PAD
-#define        _PADLINE(line)  pad ## line
-#define        _XSTR(line)     _PADLINE(line)
-#define        PAD             _XSTR(__LINE__)
-#endif
-
 /* Include the soci specific files */
 #include <aidmp.h>
 
 
 #ifndef _bcmnvram_h_
 #define _bcmnvram_h_
 
-#ifndef _LANGUAGE_ASSEMBLY
-
 #include <bcmdefs.h>
 
 struct nvram_header {
  */
 extern int nvram_getall(char *nvram_buf, int count);
 
-#endif                         /* _LANGUAGE_ASSEMBLY */
-
 /* variable access */
 extern char *getvar(char *vars, const char *name);
 extern int getintvar(char *vars, const char *name);
 
 
 #include <linux/ieee80211.h>
 
-/* cpp contortions to concatenate w/arg prescan */
-#ifndef        PAD
-#define        _PADLINE(line)  pad ## line
-#define        _XSTR(line)     _PADLINE(line)
-#define        PAD             _XSTR(__LINE__)
-#endif
-
 #define        BCN_TMPL_LEN            512     /* length of the BCN template area */
 
 /* RX FIFO numbers */
 
 /* PCIE protocol TLP diagnostic registers */
 #define PCIE_TLP_WORKAROUNDSREG                0x004   /* TLP Workarounds */
 
-/* cpp contortions to concatenate w/arg prescan */
-#ifndef PAD
-#define        _PADLINE(line)  pad ## line
-#define        _XSTR(line)     _PADLINE(line)
-#define        PAD             _XSTR(__LINE__)
-#endif
-
 /* Sonics side: PCI core and host control registers */
 struct sbpciregs {
        u32 control;            /* PCI control */
 
 #ifndef        _AIDMP_H
 #define        _AIDMP_H
 
+#include "bcmdefs.h"           /* for PAD macro */
+
 /* Manufacturer Ids */
 #define        MFGID_ARM               0x43b
 #define        MFGID_BRCM              0x4bf
 #define        SD_SG32                 0x00000008
 #define        SD_SZ_ALIGN             0x00000fff
 
-#ifndef _LANGUAGE_ASSEMBLY
-
 typedef volatile struct _aidmp {
        u32 oobselina30;        /* 0x000 */
        u32 oobselina74;        /* 0x004 */
        u32 componentid3;       /* 0xffc */
 } aidmp_t;
 
-#endif                         /* _LANGUAGE_ASSEMBLY */
-
 /* Out-of-band Router registers */
 #define        OOB_BUSCONFIG           0x020
 #define        OOB_STATUSA             0x100
 
 #include <linux/kernel.h>      /* for vsn/printf's */
 #include <linux/string.h>      /* for mem*, str* */
 #endif
-/* bcopy's: Linux kernel doesn't provide these (anymore) */
-#define        bcopy(src, dst, len)    memcpy((dst), (src), (len))
 
 /* register access macros */
 #ifndef __BIG_ENDIAN
 
 #ifndef        _SBCHIPC_H
 #define        _SBCHIPC_H
 
-/* cpp contortions to concatenate w/arg prescan */
-#ifndef PAD
-#define        _PADLINE(line)  pad ## line
-#define        _XSTR(line)     _PADLINE(line)
-#define        PAD             _XSTR(__LINE__)
-#endif                         /* PAD */
+#include "bcmdefs.h"           /* for PAD macro */
 
 typedef volatile struct {
        u32 chipid;             /* 0x0 */