NewMadeleine

Documentation

« back to PM2 home.
nm_piom_ltasks.h
Go to the documentation of this file.
1/*
2 * NewMadeleine
3 * Copyright (C) 2006-2025 (see AUTHORS file)
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or (at
8 * your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * General Public License for more details.
14 */
15
16#ifndef NM_PIOM_LTASKS_H
17#define NM_PIOM_LTASKS_H
18
24#ifdef PIOMAN
25
28__PUK_SYM_INTERNAL
29void nm_ltask_set_policy(void);
30
33__PUK_SYM_INTERNAL
34void nm_ltask_submit_pw_recv_prefetch(struct nm_pkt_wrap_s *p_pw);
35
38__PUK_SYM_INTERNAL
39void nm_ltask_submit_pw_recv(struct nm_pkt_wrap_s *p_pw);
40
43__PUK_SYM_INTERNAL
44void nm_ltask_submit_pw_send_prefetch(struct nm_pkt_wrap_s*p_pw);
45
48__PUK_SYM_INTERNAL
49void nm_ltask_submit_pw_send(struct nm_pkt_wrap_s*p_pw);
50
53__PUK_SYM_INTERNAL
54void nm_ltask_submit_core_progress(struct nm_core*p_core);
55
56#endif /* PIOMAN */
57
58#endif /* NM_PIOM_LTASKS_H */
Core NewMadeleine structure.
Definition nm_core.h:43
Internal packet wrapper.