diff options
author | Wolfgang Denk <wd@castor.denx.de> | 2006-05-30 15:58:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@castor.denx.de> | 2006-05-30 15:58:20 +0200 |
commit | d9455273053bb69a94a338dff56330d3be50f14e (patch) | |
tree | 7031ce994e2ad52aec8bcd8e270d1dc22fbea8b6 /cpu/ixp/npe/include/IxOsalOsBufferMgt.h | |
parent | ba94a1bba3600d387edba7eb451990d9891e1c2f (diff) | |
download | blackbird-obmc-uboot-d9455273053bb69a94a338dff56330d3be50f14e.tar.gz blackbird-obmc-uboot-d9455273053bb69a94a338dff56330d3be50f14e.zip |
Minor cleanup.
Diffstat (limited to 'cpu/ixp/npe/include/IxOsalOsBufferMgt.h')
-rw-r--r-- | cpu/ixp/npe/include/IxOsalOsBufferMgt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/ixp/npe/include/IxOsalOsBufferMgt.h b/cpu/ixp/npe/include/IxOsalOsBufferMgt.h index 567c8da8cf..8e46586ea0 100644 --- a/cpu/ixp/npe/include/IxOsalOsBufferMgt.h +++ b/cpu/ixp/npe/include/IxOsalOsBufferMgt.h @@ -55,7 +55,7 @@ #include "IxOsalBufferMgtDefault.h" -#if 0 // FIXME +#if 0 /* FIXME */ /* Define os-specific buffer macros for subfields */ #define IX_OSAL_OSBUF_MDATA(osBufPtr) IX_OSAL_MBUF_MDATA(osBufPtr) ( ((M_BLK *) osBufPtr)->m_data ) @@ -91,6 +91,6 @@ } \ } -#endif // FIXME +#endif /* FIXME */ #endif /* #define IX_OSAL_OS_BUFFER_MGT_H */ |