Deleted Added
sdiff udiff text old ( 278277 ) new ( 290245 )
full compact
1/**
2 * Copyright (c) 2010-2012 Broadcom. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions, and the following disclaimer,

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

30 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 */
33
34/* ---- Include Files ---------------------------------------------------- */
35
36#include "vchiq_core.h"
37#include "vchiq_arm.h"
38
39/* ---- Public Variables ------------------------------------------------- */
40
41/* ---- Private Constants and Types -------------------------------------- */
42
43struct bulk_waiter_node {
44 struct bulk_waiter bulk_waiter;
45 int pid;

--- 416 unchanged lines hidden ---