Deleted Added
sdiff udiff text old ( 2991:60cd98c72fd9 ) new ( 3315:f15ce6434ab0 )
full compact
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 308 unchanged lines hidden (view full) ---

317 * @param size The number of bytes to write.
318 * @param writebacks A list for any writebacks to be performed. May be
319 * needed when writing to a compressed block.
320 */
321 void writeData(FALRUBlk *blk, uint8_t *data, int size,
322 PacketList &writebacks)
323 {
324 }
325};
326
327#endif