Changeset 61bfc370 in mainline for uspace/srv/hw/netif/dp8390/dp8390_port.h
- Timestamp:
- 2011-01-07T18:57:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e08a733
- Parents:
- 7c34b28f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/dp8390/dp8390_port.h
r7c34b28f r61bfc370 43 43 #include <libarch/ddi.h> 44 44 #include <sys/types.h> 45 46 /** Compares two memory blocks.47 * @param[in] first The first memory block.48 * @param[in] second The second memory block.49 * @param[in] size The blocks size in bytes.50 * @returns 0 if equeal.51 * @returns -1 if the first is greater than the second.52 * @returns 1 if the second is greater than the first.53 */54 #define memcmp(first, second, size) bcmp((char *) (first), (char *) (second), (size))55 45 56 46 /** Reads 1 byte.
Note:
See TracChangeset
for help on using the changeset viewer.