X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=drivers%2Fnet%2Fpacket%2Fnormal_lookup.h;h=69e21ce036e9ffc7b72c1c5f6d1696bf7b8a98cd;hp=c88d89058efd449391beaea1381382f98186aa64;hb=03af8776dc14167b078911b0c7c5327d1bcdd128;hpb=f4077c1bf64ef89d74a8d4822d2d7aada3ba9927 diff --git a/drivers/net/packet/normal_lookup.h b/drivers/net/packet/normal_lookup.h index c88d890..69e21ce 100644 --- a/drivers/net/packet/normal_lookup.h +++ b/drivers/net/packet/normal_lookup.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2001 - * Politecnico di Torino. All rights reserved. + * Politecnico di Torino. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that: (1) source code distributions @@ -36,10 +36,10 @@ #endif -#define NORMAL_LUT_W_INSERT 0x00000000 +#define NORMAL_LUT_W_INSERT 0x00000000 uint32 normal_lut_w_insert(uint8 *key, TME_DATA *data, MEM_TYPE *mem_ex, struct time_conv *time_ref); -#define NORMAL_LUT_WO_INSERT 0x00000001 +#define NORMAL_LUT_WO_INSERT 0x00000001 uint32 normal_lut_wo_insert(uint8 *key, TME_DATA *data, MEM_TYPE *mem_ex, struct time_conv *time_ref); -#define DUMMY_INSERT 1234 +#define DUMMY_INSERT 1234 #endif \ No newline at end of file