1. NAME

fc_get_event_number - Obtain the next sequential FC event number

2. SYNOPSIS

u32 fc_get_event_number( void );

3. ARGUMENTS

void
    no arguments

4. NOTES

We could have inlined this, but it would have required fc_event_seq to be exposed. For now, live with the subroutine call. Atomic used to avoid lock/unlock...

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT