ISR(PCINT0_vect)
{
  ...
  // Code to handle the event.
}
ISR(PCINT1_vect, ISR_ALIASOF(PCINT0_vect));