Deleted Added
full compact
vchiq_connected.h (278277) vchiq_connected.h (290245)
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,

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

43/* ---- Variable Externs ------------------------------------------------- */
44
45/* ---- Function Prototypes ---------------------------------------------- */
46
47void vchiq_add_connected_callback(VCHIQ_CONNECTED_CALLBACK_T callback);
48void vchiq_call_connected_callbacks(void);
49
50#endif /* VCHIQ_CONNECTED_H */
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,

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

43/* ---- Variable Externs ------------------------------------------------- */
44
45/* ---- Function Prototypes ---------------------------------------------- */
46
47void vchiq_add_connected_callback(VCHIQ_CONNECTED_CALLBACK_T callback);
48void vchiq_call_connected_callbacks(void);
49
50#endif /* VCHIQ_CONNECTED_H */
51